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; | ||
} | |||
:root.skin-theme-clientpref-day { | |||
/* Set hue to purple */ | |||
--color-progressive-oklch__h: 301.11; | |||
--color-surface-0: #fff; | --color-surface-0: #fff; | ||
} | } | ||
Revision as of 22:30, 27 January 2026
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--transform-image-hover: none;
}
:root.skin-theme-clientpref-day {
/* Set hue to purple */
--color-progressive-oklch__h: 301.11;
--color-surface-0: #fff;
}