MediaWiki:Common.css: Difference between revisions
From ROdyssey Wiki
b |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
html,body{ | html,body, #mw-main-container{ | ||
background-color:black; | background-color:black; | ||
} | } |
Revision as of 02:38, 10 January 2025
/* CSS placed here will be applied to all skins */ html,body, #mw-main-container{ background-color:black; }