MediaWiki:Common.css: Difference between revisions
From JoS Wiki
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
/* Relative size of all hyperlinks */ | /* Relative size of all hyperlinks */ | ||
a { | a { | ||
font-size: | font-size: 1.05em; | ||
} | } | ||
Revision as of 02:50, 1 September 2022
/* CSS placed here will be applied to all skins */
/* Color of all visited internal links */
a:visited {
color: #7540f1;
}
/* 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;
}
