No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.minerva-header .branding-box {
.minerva-header .branding-box a {
     background-image: url('/resources/assets/LC_Logo_1x.png');
     background-image: url('/resources/assets/LC_Logo_1x.png');
     background-size: contain;
     background-size: contain;

Revision as of 14:05, 11 February 2024

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

.minerva-header .branding-box a {
    background-image: url('/resources/assets/LC_Logo_1x.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-color: #0000;
}