MediaWiki:Vector.css: Difference between revisions

From UCGO-WIKI
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: body, html, .mw-page-base, .mw-head-base { background-color: black; }")
 
No edit summary
Line 2: Line 2:
body, html, .mw-page-base, .mw-head-base
body, html, .mw-page-base, .mw-head-base
{
{
background-color: black;
/*background-color: black;*/
}
}

Revision as of 21:35, 6 May 2020

/* CSS placed here will affect users of the Vector skin */
body, html, .mw-page-base, .mw-head-base
{
	/*background-color: black;*/
}