MediaWiki:Common.css: Difference between revisions

From DM Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { background: #a6a6a6; } #mw-page-base { background: #a6a6a6; }")
 
No edit summary
Line 5: Line 5:
#mw-page-base {
#mw-page-base {
background: #a6a6a6;
background: #a6a6a6;
}
#content.mw-body {
background: #cccccc;
}
}

Revision as of 21:43, 9 September 2021

/* CSS placed here will be applied to all skins */
body {
background: #a6a6a6;
}
#mw-page-base {
background: #a6a6a6;
}
#content.mw-body {
background: #cccccc;
}