More actions
Created page with ":root { →Set Coasterpedia primary color: --color-primary__h: 38; --color-primary__s: 100%; --color-primary__l: 0; --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 { /* Change header co..." |
No edit summary |
||
Line 2: | Line 2: | ||
/* Set Coasterpedia primary color */ | /* Set Coasterpedia primary color */ | ||
--color-primary__h: 38; | --color-primary__h: 38; | ||
--color-primary__s: | --color-primary__s: 87%; | ||
--color-primary__l: | --color-primary__l: 42% !important; | ||
--color-surface-0: #1a1a1f !important; | --color-surface-0: #1a1a1f !important; | ||
--color-surface-1: #1f1f24 !important; | --color-surface-1: #1f1f24 !important; | ||
Line 16: | Line 16: | ||
.citizen-header { | .citizen-header { | ||
/* Change header color */ | /* Change header color */ | ||
background-color: var( --color- | background-color: hsl(var(--color-primary__h),var(--color-primary__s),30%); | ||
} | } |
Revision as of 18:08, 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 { /* Change header color */ background-color: hsl(var(--color-primary__h),var(--color-primary__s),30%); }