MediaWiki:Vector-2022.css: Difference between revisions

m testing - debugging
m fixing the last edit
Line 14: Line 14:


body.skin-vector-2022 {
body.skin-vector-2022 {
    --background-color-neutral-subtle: #4ACB;
    --background-color-base: #fff0;
     background: url(/images/a/a6/Toprep.webp), url(/images/c/c1/Sidebar_repeat.webp);
     background: url(/images/a/a6/Toprep.webp), url(/images/c/c1/Sidebar_repeat.webp);
     background-repeat: repeat-x, repeat-y;
     background-repeat: repeat-x, repeat-y;
     background-position: 200px top, 0 150px;
     background-position: 200px top, 0 150px;
}
}