MediaWiki:Common.css: Difference between revisions

From JoS Wiki
(external links orange)
(external links orange)
Line 12: Line 12:




 
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
.extiw {color: #ff812d}
color: #ff812d;
}

Revision as of 01:26, 16 August 2022

/* CSS placed here will be applied to all skins */


a:visited {
color: #ff812d;
}


a {
font-size: 1.05em;
}


.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
	color: #ff812d;
}