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 a {
    display: none;
}


/* Add your logo */
.minerva-header .branding-box {
.minerva-header .branding-box {
     background-image: url('/resources/assets/LC_Logo_1x.png');
     background-image: url('/resources/assets/LC_Logo_1x.png');

Revision as of 14:04, 11 February 2024

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

.minerva-header .branding-box {
    background-image: url('/resources/assets/LC_Logo_1x.png');
    background-size: contain; /* Adjust as necessary */
    background-repeat: no-repeat;
    background-position: center;
}