MediaWiki:Common.css: Difference between revisions

From Zed Wiki

No edit summary
No edit summary
Line 12: Line 12:
h3 {
h3 {
  color: #0b758f;
  color: #0b758f;
}
#footer {
display: none;
}
}

Revision as of 18:49, 24 May 2023

/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
 background-size: contain;
}
#p-logo a {
 padding-top: 1em;
}

h2 {
 color: #0b758f;
}
h3 {
 color: #0b758f;
}

#footer {
display: none;
}