MediaWiki:Common.css: Difference between revisions
From Zed Wiki
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
} | } | ||
:root { | |||
--bs-link-hover-color: #CA0300; | --bs-link-hover-color: #CA0300; | ||
} | |||
Revision as of 18:53, 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-hover-color: #CA0300;
}