Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: a{ color: green; } a:hover{ color:yellow; text-decoration:underline; }") |
|||
Line 8: | Line 8: | ||
color:yellow; | color:yellow; | ||
text-decoration:underline; | text-decoration:underline; | ||
+ | } | ||
+ | a:visited{ | ||
+ | color:purple; | ||
} | } |
Revision as of 12:45, 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:purple;
}