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 */ | ||
| + | |||
| + | * {font-family: Helvetica} | ||
/* unvisited link */ | /* unvisited link */ | ||
Revision as of 13:16, 25 February 2020
/* CSS placed here will be applied to all skins */
* {font-family: Helvetica}
/* unvisited link */
a:link {
color: grey;
}
/* visited link */
a:visited {
color: grey;
}