MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 9: | Line 9: | ||
a:visited { | a:visited { | ||
color: #3757bd !important; | color: #3757bd !important; | ||
} | } |
Revision as of 11:11, 20 August 2025
/* CSS placed here will be applied to all skins */ /* Change link colour to IOMAD purple. This isn't working properly yet, as I can't figure out how to override the Vector classes. */ a:link, a:active, a:hover { color: #6c7fbd !important; } a:visited { color: #3757bd !important; }