MediaWiki:Common.css: Difference between revisions
From JoS Wiki
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
a { | a { | ||
font-size: | font-size: 1.2em; | ||
} | } | ||
Revision as of 15:58, 12 August 2022
/* CSS placed here will be applied to all skins */
a:visited {
color: sandybrown;
}
a {
font-size: 1.2em;
}
