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 */
/* Make the entire header area red */
 
.minerva-header {
.skin-minerva .minerva-header {
     background-color: red !important; /* Changes header background to red */
     background-color: red !important; /* Changes the top header background to red */
    color: white; /* Optional: Changes text/icons to white for better contrast */
}
}

Revision as of 06:30, 8 February 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */

.skin-minerva .minerva-header {
    background-color: red !important; /* Changes the top header background to red */
    color: white; /* Optional: Changes text/icons to white for better contrast */
}