User:Certified nqh/common.css

Explain xkcd: It's 'cause you're dumb.
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;
}