MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
--color-progressive-oklch__h: 101.11; | --color-progressive-oklch__h: 101.11; | ||
--color-progressive-oklch__l: 20.0; | --color-progressive-oklch__l: 20.0; | ||
--color-surface-0: #555; | --color-surface-0: #555; | ||
--color-base: #000; | |||
} | } | ||
Revision as of 21:32, 20 May 2026
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--transform-image-hover: none;
--color-progressive-oklch__h: 101.11;
--color-progressive-oklch__l: 20.0;
--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;
}