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: →Pink is the new black: --color-progressive-oklch__h: 350; →Optional: HSL fallback for browser that does not support OKLCH: --color-progressive-hsl__h: 320;" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
{ | |||
--color-progressive-oklch__h: 350; | --color-progressive-oklch__h: 350; | ||
/* Optional: HSL fallback for browser that does not support OKLCH */ | /* Optional: HSL fallback for browser that does not support OKLCH */ | ||
--color-progressive-hsl__h: 320; | --color-progressive-hsl__h: 320; | ||
} | |||
Latest revision as of 19:50, 11 November 2025
/* All CSS here will be loaded for users of the Citizen skin */
{
--color-progressive-oklch__h: 350;
/* Optional: HSL fallback for browser that does not support OKLCH */
--color-progressive-hsl__h: 320;
}