MediaWiki:Common.css: Difference between revisions
Arisepedia (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: →Common email link style: .contact-link { color: #ffffff; font-weight: 600; text-decoration: underline; transition: color 0.3s; } .contact-link:hover { color: #fc5351; }") |
(No difference)
|
Revision as of 18:24, 26 July 2024
/* CSS placed here will be applied to all skins */ /* Common email link style */ .contact-link { color: #ffffff; font-weight: 600; text-decoration: underline; transition: color 0.3s; } .contact-link:hover { color: #fc5351; }