MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 3: Line 3:


:root.skin-citizen-dark {
:root.skin-citizen-dark {
 
    --color-surface-0: #11151d;
 
    --color-surface-1: #2b2f35;
    /*--color-surface-2: #e1e1e0;*/




}
}

Revision as of 04:54, 14 January 2024

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


:root.skin-citizen-dark {
    --color-surface-0: #11151d;
    --color-surface-1: #2b2f35;
    /*--color-surface-2: #e1e1e0;*/


}