Difference between revisions of "MediaWiki:Common.css"
From Security Vision
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | * a {color: | + | /* unvisited link */ |
| + | a:link { | ||
| + | color: red; | ||
| + | } | ||
| + | |||
| + | /* visited link */ | ||
| + | a:visited { | ||
| + | color: green; | ||
| + | } | ||
Revision as of 13:14, 25 February 2020
/* CSS placed here will be applied to all skins */
/* unvisited link */
a:link {
color: red;
}
/* visited link */
a:visited {
color: green;
}