Difference between revisions of "MediaWiki:Common.css"

From fiki
Jump to: navigation, search
Line 10: Line 10:
 
}
 
}
 
a:visited{
 
a:visited{
   color:purple;
+
   color:blue;
 
}
 
}

Revision as of 12:50, 7 August 2018

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


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