MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
/* background color of the content and title of pages */ | /* background color of the content and title of pages */ | ||
# | #mw-content { background: #171a2b; } | ||
Revision as of 23:09, 10 December 2025
/* CSS placed here will be applied to all skins */
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body { background: #012e59; }
/* background color of the content and title of pages */
#mw-content { background: #171a2b; }