More actions
mNo edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
--color-surface-2: hsl(var(--color-primary__h),35%,15%); | --color-surface-2: hsl(var(--color-primary__h),35%,15%); | ||
/* Color for the sticky header */ | /* Color for the sticky header */ | ||
--background-color-overlay: hsl(var(--color-primary__h),35%, | --background-color-overlay: hsl(var(--color-primary__h),35%,12%); | ||
} | } |
Revision as of 11:36, 31 March 2024
/* All CSS here will be loaded for users of the Citizen skin */
:root.skin-citizen-dark {
--color-primary__l: 60%;
--color-primary__h: 204;
--color-primary__s: 54%;
/* Main background */
--color-surface-0: hsl(var(--color-primary__h),35%,12%);
/* Background for dropdowns etc. */
--color-surface-1: hsl(var(--color-primary__h),35%,12%);
/* Footer and legend background */
--color-surface-2: hsl(var(--color-primary__h),35%,15%);
/* Color for the sticky header */
--background-color-overlay: hsl(var(--color-primary__h),35%,12%);
}