MediaWiki:Common.css: Difference between revisions

From Kings of New York
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color:#673ab7; } .mw-body { background-color:#b39ddb; }")
 
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 */
body {
background-color:#673ab7;
}


.mw-body {
.mw-body {
background-color:#b39ddb;
background-color:#b39ddb;
}
}

Revision as of 00:30, 17 September 2015

/* CSS placed here will be applied to all skins */

.mw-body {
background-color:#b39ddb;
}