MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
:root { | :root { | ||
--background-color-base: | --background-color-base: lightpink; | ||
} | } | ||
Revision as of 14:28, 9 September 2024
/* All CSS here will be loaded for users of the Vector skin */
:root {
--background-color-base: lightpink;
}
body {
background-color: var(--background-color-base);
}