More actions
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
--color-surface-4: #2c2c3c !important; | --color-surface-4: #2c2c3c !important; | ||
--color-surface-5: #313142 !important; | --color-surface-5: #313142 !important; | ||
} | } | ||
.citizen-preferences { | .citizen-preferences { | ||
Line 15: | Line 16: | ||
} | } | ||
.citizen-header { | .citizen-header { | ||
background-color: hsl(var(--color-primary__h),var(--color-primary__s),30%); | |||
} | } |
Revision as of 18:34, 19 December 2024
:root { /* Set Coasterpedia primary color */ --color-primary__h: 38; --color-primary__s: 87%; --color-primary__l: 42% !important; --color-surface-0: #1a1a1f !important; --color-surface-1: #1f1f24 !important; --color-surface-2: #23232e !important; --color-surface-3: #282833 !important; --color-surface-4: #2c2c3c !important; --color-surface-5: #313142 !important; } .citizen-preferences { display:none; } .citizen-header { background-color: hsl(var(--color-primary__h),var(--color-primary__s),30%); }