Biurokraci, Moderatorzy czatu, checkuser, commenters, Moderatorzy (CommentStreams), gitkursanci, Administratorzy interfejsu, Moderatorzy, odkrywajacy, Page Ownership admin, swiadomikursanci, Administratorzy, Redaktorzy widżetów
992
edycje
Swiadomosc (dyskusja | edycje) mNie podano opisu zmian |
Swiadomosc (dyskusja | edycje) mNie podano opisu zmian |
||
| Linia 1: | Linia 1: | ||
/* Umieszczony tutaj kod CSS zostanie załadowany przez użytkowników korzystających ze skórki Citizen */ | /* 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 */ | /* Default variables that can be overridden by system theme settings */ | ||
:root { | :root { | ||
--color-primary__h: 0; /* Hue */ | --color-primary__h: 0; /* Hue */ | ||
--color-primary__s: | --color-primary__s: 53.05%; /* Saturation */ | ||
--color-primary__l: | --color-primary__l: 58.24%; /* Lightness */ | ||
} | } | ||
/* Set primary color for light theme */ | /* Set primary color for light theme */ | ||
:root.skin-citizen-light { | :root.skin-citizen-light { | ||
--color-primary__h: 0; /* Hue */ | --color-primary__h: 0; /* Hue */ | ||
--color-primary__s: | --color-primary__s: 53.05%; /* Saturation */ | ||
--color-primary__l: | --color-primary__l: 58.24%; /* Lightness */ | ||
} | } | ||
| Linia 16: | Linia 16: | ||
:root.skin-citizen-dark { | :root.skin-citizen-dark { | ||
--color-primary__h: 0; /* Hue */ | --color-primary__h: 0; /* Hue */ | ||
--color-primary__s: | --color-primary__s: 53.05%; /* Saturation */ | ||
--color-primary__l: | --color-primary__l: 58.24%; /* Lightness */ | ||
} | } | ||
edycje