No edit summary |
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 */ | ||
:root { | :root { | ||
--width-layout: 1280px; /* Slightly wider content */ | |||
--background-color-warning: #e3ba3f; | |||
--color-link-new: #a40a0a; | |||
} | } | ||
Revision as of 03:09, 4 March 2023
/* All CSS here will be loaded for users of the Citizen skin */ :root { --width-layout: 1280px; /* Slightly wider content */ --background-color-warning: #e3ba3f; --color-link-new: #a40a0a; } :root.skin-citizen-dark { }