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 6: Line 6:
     --link-color: #fa5c5c;
     --link-color: #fa5c5c;


--color-primary__h:hsl(105 100% 27%)
 
}
}

Revision as of 13:41, 6 November 2024

/* All CSS here will be loaded for users of the Citizen skin */
:root {
    --main-bg-color-primary: #202020;
    --main-bg-color-secondary: #1b1b1b;
    --text-color: #c4ae5f;
    --link-color: #fa5c5c;


}