MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
} | } | ||
:root.skin-theme-clientpref- | :root.skin-theme-clientpref-os { | ||
/* Set hue to purple */ | /* Set hue to purple */ | ||
--color-progressive-oklch__h: 301.11; | --color-progressive-oklch__h: 301.11; | ||
--color-surface-0: #fff; | --color-surface-0: #fff; | ||
} | } | ||
Revision as of 22:32, 27 January 2026
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--transform-image-hover: none;
--color-progressive-oklch__h: 301.11;
--color-surface-0: #fff;
}
:root.skin-theme-clientpref-os {
/* Set hue to purple */
--color-progressive-oklch__h: 301.11;
--color-surface-0: #fff;
}