MediaWiki:Vector.css: Difference between revisions

From Epic Path
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: #mw-body { background-color: Beige; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


#mw-body {
mw-body {
     background-color: Beige;
     background-color: F5F5DC;
}
}

Revision as of 22:28, 26 March 2016

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

mw-body {
    background-color: F5F5DC;
}