Last active
March 19, 2025 05:14
-
-
Save dchmelik/f8c98cbff8422a7fd158e97a2f02ea2d to your computer and use it in GitHub Desktop.
tulpanolla WWW userstyles
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document url-prefix(about:) { | |
* { | |
background-color:#111 !important; | |
color: #eee !important; | |
} | |
} | |
html, html * { | |
background-color: #111 !important; | |
background-image: none !important; | |
border-color: #eee !important; | |
color: #eee !important; | |
text-shadow: unset !important; | |
} | |
a { | |
background-color: #030 !important; | |
color: #eee !important; | |
} | |
a:visited { | |
background-color: #400 !important; | |
} | |
hr { | |
background-color: #eee !important; | |
} | |
#uncover-cover { | |
background-color: #111 !important; | |
color: #eee !important; | |
} | |
.MathJax, .MathJax * { | |
background-color: transparent !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment