MediaWiki:Common.css: Difference between revisions

From Zed Wiki

No edit summary
No edit summary
Line 8: Line 8:


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

Revision as of 15:23, 26 April 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;
}