MediaWiki:Darkvector.css: Difference between revisions

From Zandronum Wiki
(add .tocnumber)
(add toctogglelabel)
Line 2: Line 2:
a:link, a,
a:link, a,
#mw-head div.darkvectorMenu h3 span,
#mw-head div.darkvectorMenu h3 span,
.tocnumber {
.tocnumber, .toctogglelabel {
color: #BFEC6E !important;
color: #BFEC6E !important;
}
}

Revision as of 20:28, 28 June 2022

/* CSS placed here will affect users of the DarkVector skin */
a:link, a,
#mw-head div.darkvectorMenu h3 span,
.tocnumber, .toctogglelabel {
	color: #BFEC6E !important;
}
a:visited {
	color: #737D60 !important;
}