Difference between revisions of "User:Firestar233/vector.css"
Firestar233 (talk | contribs) m |
Firestar233 (talk | contribs) m |
||
| Line 5: | Line 5: | ||
#mw-page-base { | #mw-page-base { | ||
background-image:none | background-image:none | ||
| + | }, | ||
| + | #mw-head-base { | ||
| + | background-image:none | ||
| + | }, | ||
| + | #mw-panel { | ||
| + | background-color:#1e1e1e | ||
| + | }, | ||
| + | .mw-wiki-logo { | ||
| + | filter:invert(1) | ||
} | } | ||
Revision as of 06:03, 27 December 2025
/* dark mode */
.noprint {
background-color:#000000
},
#mw-page-base {
background-image:none
},
#mw-head-base {
background-image:none
},
#mw-panel {
background-color:#1e1e1e
},
.mw-wiki-logo {
filter:invert(1)
}
