MediaWiki:Common.css: Difference between revisions

From JoS Wiki
No edit summary
No edit summary
Line 4: Line 4:
a:visited {
a:visited {
color: sandybrown;
color: sandybrown;
}
a {
font-size: 0.9em;
}
}

Revision as of 15:58, 12 August 2022

/* CSS placed here will be applied to all skins */


a:visited {
color: sandybrown;
}


a {
font-size: 0.9em;
}