Created
July 14, 2020 08:55
-
-
Save UtsuhoRocks/033e3960b021d96f8c47a315f7f2c285 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Needs this font https://ftp.gnu.org/gnu/unifont/unifont-13.0.01/ | |
Would most likely break if class names change | |
*/ | |
* { | |
font-family: Unifont!important; | |
font-size: 16px!important; | |
} | |
body { | |
background: #031d09!important; | |
} | |
.r-yfoy6g { | |
background-color: #031d09!important; | |
} | |
.r-1uaug3w { | |
background-color: #031d09!important; | |
} | |
.r-aaos50 { | |
background-color: #031d09!important; | |
} | |
.r-b5skir { | |
background-color: #01830F; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment