MediaWiki:Common.css: Difference between revisions
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 { | ||
display: none; | display: none; | ||
} | } |
Revision as of 14:03, 11 February 2024
/* CSS placed here will be applied to all skins */ .minerva-header .branding-box a { display: none; } /* Add your logo */ .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; }