MediaWiki:Common.css: Difference between revisions
From Bez Wiki
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
padding-bottom: 1rem; | padding-bottom: 1rem; | ||
margin-bottom: -1rem; | margin-bottom: -1rem; | ||
} | |||
:root { | |||
--background-color-base: #937961; | |||
} | |||
body, #mw-page-base { | |||
background-color: var(--background-color-base); | |||
} | } | ||
