Difference between revisions of "MediaWiki:Common.css"

From edegan.com
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: background-color: #00B2A9;")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
background-color: #00B2A9;
+
body {
 +
    background-color: #00B2A9;
 +
}

Revision as of 15:38, 9 March 2016

/* CSS placed here will be applied to all skins */
body {
    background-color: #00B2A9;
}