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 {
/* Make the entire header area red */
     background-color: red !important;
.skin-minerva {
    margin: 0 !important; /* Remove any margins */
     background-color: red !important; /* Set the main background */
    padding: 0 !important; /* Remove any padding */
    border: none !important; /* Remove any borders */
}
}


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

Revision as of 06:27, 8 February 2025

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

.skin-minerva .minerva-header {
    background-color: red !important; /* Set the header background */
    margin: 0 !important;
    padding: 0 !important;
}