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