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; }") |
(No difference)
|
Revision as of 12:07, 2 July 2018
/* CSS placed here will be applied to all skins */
a{
color: green;
}
a:hover{
color:yellow;
text-decoration:underline;
}