MediaWiki:Common.css: Difference between revisions
From VLTK
No edit summary |
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 */ | ||
body{ | |||
background: #48b955 !important; | |||
} | |||
div#mw-header-container{ | div#mw-header-container{ | ||
background: #b06fff !important; | background: #b06fff !important; | ||
} | } |
Revision as of 17:38, 26 November 2021
/* CSS placed here will be applied to all skins */ body{ background: #48b955 !important; } div#mw-header-container{ background: #b06fff !important; }