Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
More languages
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
:root {
:root {
/* Pink is the new black */
--theme-background: #ffffff; /* Replace with your desired color */
--color-progressive-oklch__h: 350;
/* Optional: HSL fallback for browser that does not support OKLCH */
--color-progressive-hsl__h: 320;
}
}

Revision as of 13:46, 3 August 2025

:root {
    /* 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;
}