MediaWiki:Common.css: Difference between revisions

add outer overlay margins to rule
try b95 for subtle
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
:root {
:root {
--color-base: #f8f9fa;
--color-base: #f8f9fa;
background: #222;
--color-subtle: #b95;
--background-color-base: #222;
}
 
html,
body {
background-color: #222;
}
}