MediaWiki:Darkvector.css: Difference between revisions

From Zandronum Wiki
(Created page with "→‎CSS placed here will affect users of the DarkVector skin: a:link, a { color: #BFEC6E !important; } a:visited { color: #737D60 !important; }")
 
No edit summary
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 {
a:link, a, #mw-head div.darkvectorMenu h3 span {
color: #BFEC6E !important;
color: #BFEC6E !important;
}
}

Revision as of 20:24, 28 June 2022

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