User:Certified nqh/epicdarkmode.css

Explain xkcd: It's 'cause you're dumb.
< User:Certified nqh
Revision as of 03:45, 19 October 2023 by Certified nqh (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* 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;
}