MediaWiki:Minerva.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 5: | Line 5: | ||
background-color: #77d0ff !important; /* Set background to red */ | background-color: #77d0ff !important; /* Set background to red */ | ||
border: none !important; /* Remove any borders */ | border: none !important; /* Remove any borders */ | ||
} | |||
.skin-minerva .header-chrome #searchform { | |||
display: none !important; /* Hides the search bar */ | |||
} | } |
Revision as of 06:45, 8 February 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */ .skin-minerva .header-container, .skin-minerva .header-chrome { background-color: #77d0ff !important; /* Set background to red */ border: none !important; /* Remove any borders */ } .skin-minerva .header-chrome #searchform { display: none !important; /* Hides the search bar */ }