Difference between revisions of "MediaWiki:Common.css"
Line 9: | Line 9: | ||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||
− | a:visited{ | + | |
− | color: | + | table tr th a:visited{ |
+ | color:orangered; | ||
} | } |
Revision as of 14:38, 8 August 2018
/* CSS placed here will be applied to all skins */
a{
color: green;
}
a:hover{
color:yellow;
text-decoration:underline;
}
table tr th a:visited{
color:orangered;
}