No edit summary
No edit summary
Line 4: Line 4:
     background-color: red !important; /* Set the main background */
     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;
}
  .skin-minerva #mw-mf-page-center {
      background-color: red !important;
  }

Revision as of 06:28, 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 */
}