MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
body { | body { | ||
background-color: #4288ff; | background-color: #4288ff; | ||
} | |||
#mw-page-base { | |||
background-color: transparent; | |||
background-image: none; | |||
} | } |
Revision as of 02:04, 29 November 2022
/* CSS placed here will be applied to all skins */ body { background-color: #4288ff; } #mw-page-base { background-color: transparent; background-image: none; }