Toggle 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
Content deleted Content added
Created page with "→‎All CSS here will be loaded for users of the Citizen skin: --color-progressive: #ec6f00;"
 
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 */


:root {
--color-progressive: #ec6f00;
/* Pink is the new black */
--color-primary__h: 28;
--color-primary__s: 100;
--color-primary__l: 46;
}

Revision as of 23:43, 24 October 2024

/* All CSS here will be loaded for users of the Citizen skin */

:root {
    /* Pink is the new black */
    --color-primary__h: 28;
    --color-primary__s: 100;
    --color-primary__l: 46;
}