Collective (talk | contribs) No edit summary |
Collective (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
body{ | |||
background:red; | |||
} | |||
/* | |||
:root { | :root { | ||
--color-base: blue; | --color-base: blue; | ||
Line 6: | Line 11: | ||
:root { | :root { | ||
--color-primary__h = 317.69; | --color-primary__h = 317.69; |
Revision as of 13:52, 24 June 2024
/* All CSS here will be loaded for users of the Citizen skin */ body{ background:red; } /* :root { --color-base: blue; } :root { --color-primary__h = 317.69; --color-primary__s = 93.51; --color-primary__l = 63.73; --color-primary = #f94cc6; } */