MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
Created page with "→All CSS here will be loaded for users of the Citizen skin: :root { --color-primary__h: 181; --color-primary__s: 100%; --color-primary__l: 48%; }" |
No edit summary |
||
| Line 4: | Line 4: | ||
--color-primary__s: 100%; | --color-primary__s: 100%; | ||
--color-primary__l: 48%; | --color-primary__l: 48%; | ||
} | |||
body { | |||
background-image: url("static/images/backgrounds/nysos.png"); | |||
} | } | ||
Revision as of 10:43, 8 May 2025
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--color-primary__h: 181;
--color-primary__s: 100%;
--color-primary__l: 48%;
}
body {
background-image: url("static/images/backgrounds/nysos.png");
}