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: #ffffff;
}
}

Revision as of 16:12, 22 August 2025

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

/* Set header colour. */

.vector-header-container .mw-header, .vector-header-container .vector-sticky-header {
    background-image: linear-gradient(#6c7fbd, #ffffff);
}

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