No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 2: | Line 2: | ||
:root { | :root { | ||
--width-layout: 1280px; /* Slightly wider content */ | --width-layout: 1280px; /* Slightly wider content */ | ||
--color-warning: #fc3; | --background-color-warning: #fc3; | ||
} | } | ||
Revision as of 03:05, 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: #fc3; } :root.skin-citizen-dark { }