MediaWiki:Vector-2022.css: Difference between revisions

visual edits - continuation
testing - trying to fight the color scheme
Line 2: Line 2:


/* BACKGROUNDS, GENERAL DESING */
/* BACKGROUNDS, GENERAL DESING */
:root {
@media (prefers-color-scheme: light) {
--background-color-neutral-subtle: #4ACB;
    :root {
--background-color-base: transparent;
        --background-color-neutral-subtle: #4ACB;
        --background-color-base: transparent;
    }
}
}