MediaWiki:Common.css
/* CSS placed here will be applied to all skins */
a{
color: green;
}
a:hover{
color:yellow;
text-decoration:underline;
}
/* CSS placed here will be applied to all skins */
a{
color: green;
}
a:hover{
color:yellow;
text-decoration:underline;
}