No edit summary
No edit summary
Line 2: Line 2:


.header-container {
.header-container {
   background: rgba(22,22,22,.5) !important;
   background: rgba(0,0,0,1) !important;
color: #FFFFFF !important;
color: #FFFFFF !important;
}
}

Revision as of 09:56, 24 April 2024

/* CSS placed here will be applied to all skins */

.header-container {
  background: rgba(0,0,0,1) !important;
color: #FFFFFF !important;
}