Jump to content

MediaWiki:Common.css: Difference between revisions

From IOMAD Docs
No edit summary
No edit summary
Line 9: Line 9:
/* Set colour of "IOMAD Docs" header. */
/* Set colour of "IOMAD Docs" header. */
.mw-logo-wordmark {
.mw-logo-wordmark {
     color: ##f4844b;
     color: #f4844b;
}
}

Revision as of 11:19, 20 August 2025

/* CSS placed here will be applied to all skins */

/* Set header colour. */

.vector-feature-zebra-design-disabled .vector-header-container {
    background-color: #6c7fbd;
}

/* Set colour of "IOMAD Docs" header. */
.mw-logo-wordmark {
    color: #f4844b;
}