Difference between revisions of "MediaWiki:Vector.css"

From GargWiki
Jump to: navigation, search
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, table {
+
BODY, table, .content {
 
color: white;
 
color: white;
 
background-color: #151b54;
 
background-color: #151b54;

Revision as of 20:38, 5 February 2020

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

BODY, table, .content {
	color: white;
	background-color: #151b54;
}
a {
    color: #ffff00;
}
a:visited {
    color: #00ff00;
}
a:active {
    color: #ffa500;
}

fieldset {
	border: 1px solid #2f6fab;
}