Jump to content

MediaWiki:Common.css: Difference between revisions

From IOMAD Docs
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Change link colour to IOMAD purple. */
/* 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;
}
}

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