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 */
body.skin-minerva {
.minerva-header {
     background-color: #000; /* Replace #desiredColor with your preferred color code */
     background-color: #0000; /* Replace with your color */
}
}

Revision as of 06:16, 8 February 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */
.minerva-header {
    background-color: #0000; /* Replace with your color */
}