More actions
Tables/code: neutral dark (#161616) instead of navy, to match the card style |
Neutralize surface vars (navy -> neutral dark) so panels/pre/code/buttons stop reading blue |
||
| Line 15: | Line 15: | ||
html.skin-citizen-light, | html.skin-citizen-light, | ||
.skin-citizen { | .skin-citizen { | ||
--color-surface-0: #0d0e12; /* page background */ | --color-surface-0: #0d0e12; /* page background (near-black) */ | ||
--color-surface-1: # | --color-surface-1: #141418; /* raised panels / sidebar (neutral dark) */ | ||
--color-surface-2: # | --color-surface-2: #1b1b20; /* cards / raised / interactive (neutral dark) */ | ||
--color-surface-3: # | --color-surface-3: #26262c; /* hovers (neutral) */ | ||
--color-surface-4: # | --color-surface-4: #26262c; | ||
--color-base: #e5e7eb; /* body text */ | --color-base: #e5e7eb; /* body text */ | ||
| Line 36: | Line 36: | ||
--background-color-base: #0d0e12; | --background-color-base: #0d0e12; | ||
--background-color-neutral: # | --background-color-neutral: #1b1b20; | ||
--background-color-neutral-subtle: # | --background-color-neutral-subtle: #141418; | ||
--font-family-base: 'Inter', 'Inter Variable', -apple-system, system-ui, sans-serif; | --font-family-base: 'Inter', 'Inter Variable', -apple-system, system-ui, sans-serif; | ||