No edit summary
No edit summary
Line 3: Line 3:
.skin-minerva .header-container,
.skin-minerva .header-container,
.skin-minerva .header-chrome {
.skin-minerva .header-chrome {
     background-color: red !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 */
}
}

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