User:Firestar233/vector.css

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
/* dark mode */
#mw-page-base {
    background-image:none
}
#mw-head-base {
    background-image:none
}
#mw-panel {
    background-color:#1e1e1e
}
.mw-wiki-logo {
    filter:invert(1)
}
.mediawiki {
    background-color:#1e1e1e
}
.noprint {
    background-color:#1e1e1e
}
a {
    color:#f9ba52 /*#0645ad*/
}
a:visited {
    color:#f4ff7f /*#0b0080*/
}
div#mw-panel div.portal div.body ul li a {
    color:inherit/*#f9ba52*/
}
div#mw-panel div.portal div.body ul li a:visited {
    color:inherit/*#f4ff7f*/
}