Jump to content

MediaWiki:Common.css: Difference between revisions

From IOMAD Docs
No edit summary
No edit summary
Line 3: Line 3:
/* Change link colour to IOMAD purple. */
/* Change link colour to IOMAD purple. */
a:link, a:active, a:hover {
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;
}