MediaWiki:Common.css: Difference between revisions

From Makerpedia

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 {
  height: 3em;
  width: 3em;
  background-image: url(images/wikiLogo_noText.svg);
  background-repeat: no-repeat;
}
.minerva-header .branding-box a img {
  visibility: hidden;
}

Revision as of 19:30, 26 September 2023

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

.minerva-header .branding-box a {
  height: 3em;
  width: 3em;
  background-image: url(images/wikiLogo_noText.svg);
  background-repeat: no-repeat;
}

.minerva-header .branding-box a img {
  visibility: hidden;
}