MediaWiki:Vector.css: Difference between revisions

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

Revision as of 13:19, 5 June 2020

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