No edit summary
No edit summary
Line 7: Line 7:
.minerva-header .branding-box a span {
.minerva-header .branding-box a span {
color: #FFF;
color: #FFF;
}
/* Force Minerva logo to show instead of site name */
.minerva-header .branding-box {
    background: url("/resources/assets/RailDBLogo-Small-White.png") no-repeat left center;
    background-size: contain;
    text-indent: -9999px; /* hide the text */
    width: 200px;          /* adjust to your logo */
    height: 66px;          /* adjust to your logo */
}
}

Revision as of 22:44, 8 October 2025

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

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

.minerva-header .branding-box a span {
color: #FFF;
}

/* Force Minerva logo to show instead of site name */
.minerva-header .branding-box {
    background: url("/resources/assets/RailDBLogo-Small-White.png") no-repeat left center;
    background-size: contain;
    text-indent: -9999px; /* hide the text */
    width: 200px;          /* adjust to your logo */
    height: 66px;          /* adjust to your logo */
}