MediaWiki:Darkvector.css: Difference between revisions

From Zandronum Wiki
No edit summary
(add .tocnumber)
Line 1: Line 1:
/* CSS placed here will affect users of the DarkVector skin */
/* CSS placed here will affect users of the DarkVector skin */
a:link, a, #mw-head div.darkvectorMenu h3 span {
a:link, a,
#mw-head div.darkvectorMenu h3 span,
.tocnumber {
color: #BFEC6E !important;
color: #BFEC6E !important;
}
}

Revision as of 20:25, 28 June 2022

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