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
No edit summary
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 {
    --width-layout: 1280px; /* Slightly wider content */
}
/*
:root {
:root {
--color-primary__h = 317.69;
--color-primary__h = 317.69;
Line 8: Line 14:


}
}
*/

Revision as of 13:43, 24 June 2024

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

:root {
    --width-layout: 1280px; /* Slightly wider content */
}


/*
:root {
--color-primary__h 	= 317.69;
--color-primary__s 	= 93.51;
--color-primary__l  = 63.73;
--color-primary = #f94cc6;

}
*/