Difference between revisions of "User:Firestar233/vector.css"
Firestar233 (talk | contribs) m |
Firestar233 (talk | contribs) m |
||
| Line 1: | Line 1: | ||
/* dark mode */ | /* dark mode */ | ||
| − | |||
| − | |||
| − | |||
#mw-page-base { | #mw-page-base { | ||
background-image:none | background-image:none | ||
| Line 14: | Line 11: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
filter:invert(1) | filter:invert(1) | ||
| + | }, | ||
| + | .mediawiki { | ||
| + | background-color:#1e1e1e | ||
| + | }, | ||
| + | .noprint { | ||
| + | background-color:#000000 | ||
} | } | ||
Revision as of 06:07, 27 December 2025
/* 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:#000000
}
