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 { --width-layout: 1280px; →Slightly wider content: }" |
No edit summary |
||
| Line 2: | Line 2: | ||
:root { | :root { | ||
--width-layout: 1280px; /* Slightly wider content */ | --width-layout: 1280px; /* Slightly wider content */ | ||
.skin-citizen-dark | |||
} | } | ||
Revision as of 10:19, 28 March 2024
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--width-layout: 1280px; /* Slightly wider content */
.skin-citizen-dark
}