Inne akcje
Swiadomosc (dyskusja | edycje) mNie podano opisu zmian |
Nie podano opisu zmian |
||
| Linia 2: | Linia 2: | ||
/* Default variables that can be overridden by system theme settings */ | /* Default variables that can be overridden by system theme settings */ | ||
:root { | :root { | ||
--color-primary__h: | --color-primary__h: 279; /* Hue */ | ||
--color-primary__s: | --color-primary__s: 66; /* Saturation */ | ||
--color-primary__l: | --color-primary__l: 38; /* Lightness */ | ||
} | } | ||
/* Set primary color for light theme */ | /* Set primary color for light theme */ | ||
Wersja z 15:53, 6 maj 2025
/* Umieszczony tutaj kod CSS zostanie załadowany przez użytkowników korzystających ze skórki Citizen */
/* Default variables that can be overridden by system theme settings */
:root {
--color-primary__h: 279; /* Hue */
--color-primary__s: 66; /* Saturation */
--color-primary__l: 38; /* Lightness */
}
/* Set primary color for light theme */
:root.skin-citizen-light {
--color-primary__h: 0; /* Hue */
--color-primary__s: 53.05%; /* Saturation */
--color-primary__l: 58.24%; /* Lightness */
}
/* Set primary color for dark theme */
:root.skin-citizen-dark {
--color-primary__h: 0; /* Hue */
--color-primary__s: 53.05%; /* Saturation */
--color-primary__l: 58.24%; /* Lightness */
}