MediaWiki:Vector-2022.css: Difference between revisions

m synchronizing with javascript
visual edits - continuation
Line 4: Line 4:
:root {
:root {
--background-color-neutral-subtle: #4ACB;
--background-color-neutral-subtle: #4ACB;
--background-color-base: transparent;
}
}


Line 18: Line 19:


body.skin-vector-2022 {
body.skin-vector-2022 {
     background: url(/images/a/a6/Toprep.webp), url(/images/c/c1/Sidebar_repeat.webp), black;
     background: url(/images/a/a6/Toprep.webp), url(/images/c/c1/Sidebar_repeat.webp), white;
     background-repeat: repeat-x, repeat-y;
     background-repeat: repeat-x, repeat-y;
     background-position: 200px top, 0 150px;
     background-position: 200px top, 0 150px;
}
}