More actions
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 { | |||
/* Pink is the new black */ | |||
--color-primary__h: 320; | |||
} | |||
:root.skin-theme-clientpref-night { | :root.skin-theme-clientpref-night { | ||
--color-surface-0: 320; | --color-surface-0: 320; | ||
--color-surface-1: 207; | --color-surface-1: 207; |
Revision as of 14:33, 27 October 2024
/* All CSS here will be loaded for users of the Citizen skin */ :root { /* Pink is the new black */ --color-primary__h: 320; } :root.skin-theme-clientpref-night { --color-surface-0: 320; --color-surface-1: 207; --color-surface-2: 207; --color-surface-3: 207; --color-surface-4: 207; }