Difference between revisions of "MediaWiki:Common.css"
From Translate Science
Line 2: | Line 2: | ||
body { | body { | ||
background-color: #aaaa22; | background-color: #aaaa22; | ||
+ | } | ||
+ | |||
+ | #mw-content-container { | ||
+ | background-color: #ffff88; | ||
} | } |
Revision as of 18:41, 24 March 2021
/* CSS placed here will be applied to all skins */ body { background-color: #aaaa22; } #mw-content-container { background-color: #ffff88; }