No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
:root { | :root { | ||
--color-base: blue; | --color-base: blue; | ||
--color-base--emphasized: darkblue; | --color-base--emphasized: darkblue; | ||
--color-base--subtle: cornflowerblue; | --color-base--subtle: cornflowerblue; | ||
} | } | ||
Revision as of 22:53, 7 November 2022
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--color-base: blue;
--color-base--emphasized: darkblue;
--color-base--subtle: cornflowerblue;
}