MediaWiki:Common.css

From fiki
Revision as of 12:07, 2 July 2018 by Samba (talk | contribs) (Created page with "CSS placed here will be applied to all skins: a{ color: green; } a:hover{ color:yellow; text-decoration:underline; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* CSS placed here will be applied to all skins */


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