(Created page with "→‎CSS placed here will be applied to all skins: .header-container.header-chrome { background-color: #204a62; }")
 
No edit summary
Line 3: Line 3:
.header-container.header-chrome {
.header-container.header-chrome {
     background-color: #204a62;
     background-color: #204a62;
}
.branding-box {
color: white;
}
}

Revision as of 18:48, 8 October 2025

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

.header-container.header-chrome {
    background-color: #204a62;
}

.branding-box {
color: white;
}