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


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

Revision as of 09:55, 24 April 2024

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

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