Difference between revisions of "MediaWiki:Common.css"
Line 10: | Line 10: | ||
} | } | ||
a:visited{ | a:visited{ | ||
− | color: | + | 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;
}