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
 
(One intermediate revision by the same user not shown)
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;
--color-primary__h: 28;
--color-primary__s: 100;
--color-primary__l: 46;
--color-link: #ec6f00;
}

Latest revision as of 07:00, 25 October 2024

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

:root {
    --color-primary__h: 28;
    --color-primary__s: 100;
    --color-primary__l: 46;
    --color-link: #ec6f00;
}