MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
/* Change link colour to IOMAD purple. */ | /* Change link colour to IOMAD purple. */ | ||
a:link { | a:link, a:active, a:hover { | ||
color: #6c7fbd; !important | color: #6c7fbd; !important | ||
} | } | ||
Revision as of 11:05, 20 August 2025
/* CSS placed here will be applied to all skins */
/* Change link colour to IOMAD purple. */
a:link, a:active, a:hover {
color: #6c7fbd; !important
}