MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Jawarrior1 (talk | contribs) No edit summary |
Jawarrior1 (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
} | } | ||
.mw-body { | .mw-body, .editOptions { | ||
background-color: black; | |||
color: white; | |||
} | |||
.mw-head { | |||
background-color: black; | background-color: black; | ||
color: white; | color: white; | ||
} | } | ||
Revision as of 15:40, 23 January 2024
body {
background-color: black;
color: white;
}
.mw-body, .editOptions {
background-color: black;
color: white;
}
.mw-head {
background-color: black;
color: white;
}