MediaWiki:Vector.css: Difference between revisions

From U.B. Funkeys Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: #mw-body { background-color: red; }")
 
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 {
#bodyContent { background-color: #e6ffb4; }
    background-color: red;
}

Revision as of 19:24, 6 April 2018

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

#bodyContent { background-color: #e6ffb4; }