MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary |
||
Line 4: | Line 4: | ||
.vector-feature-zebra-design-disabled .vector-header-container { | .vector-feature-zebra-design-disabled .vector-header-container { | ||
background-color: #6c7fbd; | background-color: linear-gradient(#6c7fbd, #ffffff); | ||
} | } | ||
Revision as of 11:30, 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: linear-gradient(#6c7fbd, #ffffff); } /* Set colour of "IOMAD Docs" header. */ .mw-logo-wordmark { color: #f4844b; }