MediaWiki:Vector.css: Difference between revisions

From Marvel Cinematic Universe Wiki
Content deleted Content added
Created page with "CSS placed here will affect users of the Vector skin: .mw-body { background-color: #333333; }"
 
No edit summary
Line 3: Line 3:
.mw-body {
.mw-body {
background-color: #333333;
background-color: #333333;
color: #a8c1a8;
}
}

Revision as of 08:59, 21 August 2018

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

.mw-body {
	background-color: #333333;
	color: #a8c1a8;
}