MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 2: | Line 2: | ||
/* changes the background color of the pages: */ | /* changes the background color of the pages: */ | ||
#content { background-color: # | #content { background-color: #050522; } | ||
/* changes the background color of the main wiki body: */ | /* changes the background color of the main wiki body: */ | ||
# | #body { background-color: #7d7df0; } |
Revision as of 11:45, 21 March 2024
/* CSS placed here will be applied to all skins */ /* changes the background color of the pages: */ #content { background-color: #050522; } /* changes the background color of the main wiki body: */ #body { background-color: #7d7df0; }