MediaWiki:Monobook.css: Difference between revisions

From Phidgets Support
(Created page with "→‎CSS placed here will affect users of the Monobook skin: body { background: #C90010 color: black; }")
 
No edit summary
Line 2: Line 2:


body {
body {
     background: #C90010
     background: #C90010;
     color: black;
     color: black;
}
}

Revision as of 15:33, 22 December 2011

/* CSS placed here will affect users of the Monobook skin */

body {
    background: #C90010;
    color: black;
}