MediaWiki:Vector.css: Difference between revisions

From Archiopedia
Jump to navigation Jump to search
Content added Content deleted
(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 {
#body {
background-color: red;
background-color: red;
}
}

Revision as of 13:18, 5 June 2020

/* CSS placed here will affect users of the Vector skin */
#body {
    background-color: red;
}