MediaWiki:Common.css: Difference between revisions
From No Way Out Wiki
Created page with "→CSS placed here will be applied to all skins: body { background-color: #cccccc !important; }" |
No edit summary |
||
| Line 3: | Line 3: | ||
body { | body { | ||
background-color: #cccccc !important; | |||
} | |||
bodyContent { | |||
background-color: #cccccc !important; | background-color: #cccccc !important; | ||
} | } | ||
Revision as of 04:24, 23 September 2025
/* CSS placed here will be applied to all skins */
body {
background-color: #cccccc !important;
}
bodyContent {
background-color: #cccccc !important;
}
