Difference between revisions of "MediaWiki:Darkvector.css"

From Discordia
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect users of the DarkVector skin */
 
/* CSS placed here will affect users of the DarkVector skin */
 
.navbox,
 
.navbox,
.navbox-subgroup {
+
.navbox-subgroup,
  +
.navbox-list {
 
background-color: #2E2A37;
 
background-color: #2E2A37;
 
}
 
}

Revision as of 23:03, 29 June 2020

/* CSS placed here will affect users of the DarkVector skin */
.navbox,
.navbox-subgroup,
.navbox-list {
	background-color: #2E2A37;
}
.navbox-even {
	background-color: #201e26;
}