MediaWiki:Common.css: Difference between revisions
From JoS Wiki
m (clarification) |
Blitzkreig (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
/* Color of all visited internal links */ | /* Color of all visited internal links */ | ||
a:visited { | a:visited { | ||
color: # | color: #4302DA; | ||
} | } | ||
Revision as of 19:25, 20 August 2022
/* CSS placed here will be applied to all skins */ /* Color of all visited internal links */ a:visited { color: #4302DA; } /* Relative size of all hyperlinks */ a { font-size: 1.05em; } /* Color of all visited external links */ .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { color: #ff812d; }