MediaWiki:Common.css: Difference between revisions

From StarFleet Bureau of Information
(Created page with "→‎CSS placed here will be applied to all skins: a​:active { color: orange; } a​:visited { color: #daa520; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
a​:active { color: orange; }
a​:active { color: red; }
a​:visited { color: #daa520; }
a​:visited { color: #daa520; }

Revision as of 16:41, 26 May 2021

/* CSS placed here will be applied to all skins */
a:active { color: red; }
a:visited { color: #daa520; }