Skip to content

A Dark Tree for Tree Game Rewritten. by thesquaredude1

Screenshot of A Dark Tree for Tree Game Rewritten.

Details

Authorthesquaredude1

LicenseNo License

Categoryhttps://yhvr.me/tg/

Created

Updated

Size956 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A better dark mode for TGR.

Notes

no homepage yet :shrug:

Source code

/* ==UserStyle==
@name         A Dark Tree for Tree Game Rewritten.
@version      20240606.13.42
@namespace    https://userstyles.world/user/Anon
@description  A better dark mode for TGR.
@author       Anon
==/UserStyle== */

@-moz-document url-prefix("https://yhvr.me/tg/") {
body {
    background-color: rgb(0 14 47);
    color: blue;
}

.btn {
    border: navy solid thick;
    background-color: rgb(3 30 92);
    color: white;
}

.btn-locked {
    border-color: darkred;
    background-color: rgb(100, 10, 15);
    color: red;
}

.btn-rebirth-locked {
    background-color: rgb(75, 0, 75);
    color: blue;
}

.btn-rebirth-unbought {
    background-color: rgb(125, 0, 125);
    color: lightblue;
}

.btn-rebirth-bought {
    background-color: rgb(175, 0, 175);
    color: navy;
}

.btn-unbought {
    background-color: darkblue;
    color: blue;
}

.btn-bought {
    background-color: lightblue;
    color: blue;
}

a {
    color: rgb(0, 225, 255);
}
}

Reviews

No reviews yet.