More actions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
} | } | ||
:root.skin-theme-clientpref- | :root.skin-theme-clientpref-night { | ||
--color-surface-0: 207; | --color-surface-0: 207; | ||
--color-surface-1: lime; | --color-surface-1: lime; |
Revision as of 14:23, 27 October 2024
/* All CSS here will be loaded for users of the Citizen skin */ :root { /* Pink is the new black */ --color-primary__h: 115; } :root.skin-theme-clientpref-night { --color-surface-0: 207; --color-surface-1: lime; --color-surface-2: fuchsia; --color-surface-3: yellow; --color-surface-4: aqua; --color-base: blue; --color-base--emphasized: darkblue; --color-base--subtle: cornflowerblue; }