Inne akcje
Nie 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: 29; /* Hue */ | ||
--color-primary__s: | --color-primary__s: 99%; /* Saturation */ | ||
--color-primary__l: | --color-primary__l: 54%; /* Lightness */ | ||
} | } | ||
/* Set primary color for light theme */ | /* Set primary color for light theme */ | ||
:root.skin-citizen-light { | :root.skin-citizen-light { | ||
--color-primary__h: | --color-primary__h: 29; /* Hue */ | ||
--color-primary__s: | --color-primary__s: 99%; /* Saturation */ | ||
--color-primary__l: | --color-primary__l: 54%; /* Lightness */ | ||
} | } | ||
/* 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: 29; /* Hue */ | ||
--color-primary__s: | --color-primary__s: 99%; /* Saturation */ | ||
--color-primary__l: | --color-primary__l: 54%; /* Lightness */ | ||
} | } | ||
Wersja z 16:00, 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: 29; /* Hue */
--color-primary__s: 99%; /* Saturation */
--color-primary__l: 54%; /* Lightness */
}
/* Set primary color for light theme */
:root.skin-citizen-light {
--color-primary__h: 29; /* Hue */
--color-primary__s: 99%; /* Saturation */
--color-primary__l: 54%; /* Lightness */
}
/* Set primary color for dark theme */
:root.skin-citizen-dark {
--color-primary__h: 29; /* Hue */
--color-primary__s: 99%; /* Saturation */
--color-primary__l: 54%; /* Lightness */
}