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 difference)

Revision as of 20:23, 28 June 2022

/* CSS placed here will affect users of the DarkVector skin */
a:link, a {
	color: #BFEC6E !important;
}
a:visited {
	color: #737D60 !important;
}