MediaWiki:Common.css: Difference between revisions
From JoS Wiki
No edit summary |
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:visited { | |||
color: orange; | |||
} |
Revision as of 15:53, 12 August 2022
/* CSS placed here will be applied to all skins */ a:visited { color: orange; }