User:Certified nqh/common.css
< User:Certified nqh
Revision as of 23:25, 19 October 2023 by Certified nqh (talk | contribs)
/* NQH's totally cool and amazingly radical dark mode */
:not(a, .mw-wiki-logo) {
background-color: black !important;
color: white !important;
}
.mw-wiki-logo {
background-color: white !important;
filter: invert(100%);
}
a {
color: #88F !important;
}
a:visited {
color: #AAF !important;
}
a:hover {
color: #AAF !important;
text-decoration: underline !important;
font-weight: bold !important;
}
a:active {
color: #FFF !important;
text-decoration: underline !important;
font-weight: bold !important;
}
