MediaWiki:Darkvector.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the DarkVector skin: a:link { color: green; }")
 
No edit summary
Line 2: Line 2:
a:link {
a:link {
color: green;
color: green;
}
a:visited {
color: hotpink;
}
}

Revision as of 22:26, 1 March 2021

/* CSS placed here will affect users of the DarkVector skin */
a:link {
	color: green;
}
a:visited {
	color: hotpink;
}