Inne akcje
Nie podano opisu zmian |
Nie podano opisu zmian |
||
| Linia 15: | Linia 15: | ||
/* Set primary color for dark theme */ | /* Set primary color for dark theme */ | ||
:root.skin-citizen-dark { | :root.skin-citizen-dark { | ||
--color-primary__h: | --color-primary__h: 280; /* Hue */ | ||
--color-primary__s: | --color-primary__s: 100%; /* Saturation */ | ||
--color-primary__l: | --color-primary__l: 70%; /* Lightness */ | ||
} | } | ||
Aktualna wersja na dzień 16:54, 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: 279; /* Hue */
--color-primary__s: 66%; /* Saturation */
--color-primary__l: 38%; /* Lightness */
}
/* Set primary color for dark theme */
:root.skin-citizen-dark {
--color-primary__h: 280; /* Hue */
--color-primary__s: 100%; /* Saturation */
--color-primary__l: 70%; /* Lightness */
}