Created page with "CSS placed here will be applied to all skins: .header-container .header-chrome { background-color: fade-out(#276fbf, 0.2); }"
 
No edit summary
Line 2: Line 2:


.header-container .header-chrome {
.header-container .header-chrome {
   background-color: fade-out(#276fbf, 0.2);
   background-color: #276fbf !default;
}
}

Revision as of 15:19, 2 April 2025

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

.header-container .header-chrome {
  background-color: #276fbf !default;
}