No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 25: Line 25:
--content-background-color: #E6EFF4;
--content-background-color: #E6EFF4;
--content-text-color: #202122;
--content-text-color: #202122;
}
/* Logo replacement for MinervaNeue */
.minerva-header .branding-box a span {
    font-size: 0; /* Hide text */
    display: inline-block;
}
.minerva-header .branding-box a span::after {
    content: "";
    display: inline-block;
    width: 135px;
    height: 50px;
    background-image: url('https://structorica.wiki/images/WikiLogoMobile.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
}


Line 39: Line 57:
--base-background-color: #13191c;
--base-background-color: #13191c;
color: var(--content-text-color);
color: var(--content-text-color);
}
/* Dark theme logo */
.stw-theme-dark .minerva-header .branding-box a span::after {
    background-image: url('https://structorica.wiki/images/logo.png');
}
}