Inne akcje
Swiadomosc (dyskusja | edycje) mNie podano opisu zmian |
Swiadomosc (dyskusja | edycje) mNie 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- | --color-primary__h: 0; /* Hue */ | ||
--color-primary__s: 59%; /* Saturation */ | |||
--color-primary__l: 50%; /* Lightness */ | |||
} | } | ||
/* Set primary color for light theme */ | /* Set primary color for light theme */ | ||
:root.skin-citizen-light { | :root.skin-citizen-light { | ||
Wersja z 18:29, 18 lip 2024
/* 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: 0; /* Hue */
--color-primary__s: 59%; /* Saturation */
--color-primary__l: 50%; /* Lightness */
}
/* Set primary color for light theme */
:root.skin-citizen-light {
--color-primary__h: 0; /* Hue */
--color-primary__s: 59%; /* Saturation */
--color-primary__l: 50%; /* Lightness */
}
/* Set primary color for dark theme */
:root.skin-citizen-dark {
--color-primary__h: 0; /* Hue */
--color-primary__s: 59%; /* Saturation */
--color-primary__l: 50%; /* Lightness */
}