No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 2: Line 2:


.skin-minerva .header-container,
.skin-minerva .header-container,
.skin-minerva .header-chrome #searchform {
.skin-minerva .header-chrome {
     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 */
    display: none !important; /* Hides the search bar */
}
}

Revision as of 06:44, 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 */
}