Jump to content

MediaWiki:Common.css: Difference between revisions

From IOMAD Docs
No edit summary
No edit summary
Line 2: Line 2:


/* Change link colour to IOMAD purple. This isn't working properly yet, as I can't figure out how to override the Vector classes. */
/* 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 {
a:link, a:active, a:hover {
     color: #6c7fbd !important;
     color: #6c7fbd !important;
}
a:visited {
    color: #3757bd !important;
}
}

Revision as of 11:08, 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;
}