MediaWiki:Common.css: Difference between revisions

From Zed Wiki

No edit summary
No edit summary
Line 19: Line 19:


:root {
:root {
--bs-link-hover-color: #CA0300 !important;
--bs-link-color-rgb: #CA0300;
}
}

Revision as of 18:56, 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;
}

:root {
--bs-link-color-rgb: #CA0300;
}