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 */
.minerva-header {
.minerva-header {
     background-color: #0000; /* Replace with your color */
     background-color: red !important; /* Changes header background to red */
}
}

Revision as of 06:18, 8 February 2025

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