Difference between revisions of "MediaWiki:Common.css"
From Security Vision
| Line 5: | Line 5: | ||
/* unvisited link */ | /* unvisited link */ | ||
a:link { | a:link { | ||
| − | color: | + | color: dimgrey; |
} | } | ||
/* visited link */ | /* visited link */ | ||
a:visited { | a:visited { | ||
| − | color: | + | color: dimgrey; |
} | } | ||
Revision as of 13:17, 25 February 2020
/* CSS placed here will be applied to all skins */
* {font-family: Helvetica}
/* unvisited link */
a:link {
color: dimgrey;
}
/* visited link */
a:visited {
color: dimgrey;
}