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; /* Makes the entire header red */
     background-color: red !important;
    margin: 0 !important; /* Remove any margins */
    padding: 0 !important; /* Remove any padding */
    border: none !important; /* Remove any borders */
}
}


.skin-minerva .minerva-header .menu-icon,
.skin-minerva #mw-mf-viewport {
.skin-minerva .minerva-header .search-icon {
     background-color: red !important; /* Set the viewport background to red */
     background-color: red !important; /* Ensures left and right sections match */
}
}

Revision as of 06:25, 8 February 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */
.skin-minerva .minerva-header {
    background-color: red !important;
    margin: 0 !important; /* Remove any margins */
    padding: 0 !important; /* Remove any padding */
    border: none !important; /* Remove any borders */
}

.skin-minerva #mw-mf-viewport {
    background-color: red !important; /* Set the viewport background to red */
}