MediaWiki:Common.css

From fiki
Revision as of 12:50, 7 August 2018 by Natacha (talk | contribs)
Jump to: navigation, search
/* CSS placed here will be applied to all skins */


a{
    color: green;
}
a:hover{
    color:yellow;
    text-decoration:underline;
}
a:visited{
  color:blue;
}