Anton (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Anton (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */ | /* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */ | ||
:root { | :root.skin-citizen-dark { | ||
--color- | --color-primary__h: 195; | ||
--color-primary__s: 100%; | |||
--color-primary__l: 43.92%; | |||
} | |||
:root.skin-citizen-light { | |||
--color-primary__h: 199; | |||
--color-primary__s: 100%; | |||
--color-primary__l: 40.39%; | |||
} | } |
Aktuelle Version vom 1. März 2024, 01:16 Uhr
/* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */ :root.skin-citizen-dark { --color-primary__h: 195; --color-primary__s: 100%; --color-primary__l: 43.92%; } :root.skin-citizen-light { --color-primary__h: 199; --color-primary__s: 100%; --color-primary__l: 40.39%; }