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 5: Line 5:
     --text-color: #c4ae5f;
     --text-color: #c4ae5f;
     --link-color: #fa5c5c;
     --link-color: #fa5c5c;
 
    --color-primary__h: 57;
 
}
}

Revision as of 13:43, 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;
    --color-primary__h: 57;
}