MediaWiki:Common.css: Difference between revisions
Created page with "→CSS placed here will be applied to all skins: background: #000000;" |
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 */ | ||
background: #000000; | body { | ||
background: #000000; | |||
} |
Revision as of 16:53, 8 July 2024
/* CSS placed here will be applied to all skins */ body { background: #000000; }