More actions
Testing VH base colors |
mNo 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.skin-theme-clientpref-dark { | :root.skin-theme-clientpref-dark { | ||
--color-surface-0: #050e1b; | |||
--color-surface-1: #0d1014; | |||
--color-base: #fff; | |||
--color-base--emphasized: #808080; | |||
--color-base--subtle: #162132; | |||
} | |||
:root.skin-theme-clientpref-os { | |||
--color-surface-0: #050e1b; | --color-surface-0: #050e1b; | ||
--color-surface-1: #0d1014; | --color-surface-1: #0d1014; |
Revision as of 22:19, 12 May 2025
/* All CSS here will be loaded for users of the Citizen skin */
:root.skin-theme-clientpref-dark {
--color-surface-0: #050e1b;
--color-surface-1: #0d1014;
--color-base: #fff;
--color-base--emphasized: #808080;
--color-base--subtle: #162132;
}
:root.skin-theme-clientpref-os {
--color-surface-0: #050e1b;
--color-surface-1: #0d1014;
--color-base: #fff;
--color-base--emphasized: #808080;
--color-base--subtle: #162132;
}