Difference between revisions of "MediaWiki:Common.css"

From fiki
Jump to: navigation, search
Line 10: Line 10:
 
}
 
}
  
table tr th a:visited{
+
table tr td a:visited{
 
   color:orangered;
 
   color:orangered;
 
}
 
}

Revision as of 15:17, 8 August 2018

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


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

table tr td a:visited{
  color:orangered;
}