MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
:root { | :root { | ||
--transform-image-hover: none; | --transform-image-hover: none; | ||
--color-progressive-oklch__h: | --color-progressive-oklch__h: 10.11; | ||
--color-surface-0: #555; | --color-surface-0: #555; | ||
--color-base: #000; | --color-base: #000; | ||
Revision as of 21:34, 20 May 2026
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--transform-image-hover: none;
--color-progressive-oklch__h: 10.11;
--color-surface-0: #555;
--color-base: #000;
}
:root.skin-theme-clientpref-os {
/* Set hue to purple */
--color-progressive-oklch__h: 101.11;
--color-progressive-oklch__l: 20.0;
--color-surface-0: #555;
}