No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* All CSS here will be loaded for users of the MinervaNeue skin */
.skin-minerva .minerva-header {
.skin-minerva .minerva-header {
     background-color: red !important; /* Changes the top header background to red */
     background-color: red !important; /* Makes the entire header red */
     color: white; /* Optional: Changes text/icons to white for better contrast */
}
 
.skin-minerva .minerva-header .menu-icon,
.skin-minerva .minerva-header .search-icon {
     background-color: red !important; /* Ensures left and right sections match */
}
}

Revision as of 06:23, 8 February 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */
.skin-minerva .minerva-header {
    background-color: red !important; /* Makes the entire header red */
}

.skin-minerva .minerva-header .menu-icon,
.skin-minerva .minerva-header .search-icon {
    background-color: red !important; /* Ensures left and right sections match */
}