MediaWiki interface page
No edit summary
No edit summary
Line 2: Line 2:
:root {
:root {
     --color-base: black;
     --color-base: black;
     --color-base--emphasized: darkblue;
     --color-base--emphasized: black;
     --color-base--subtle: cornflowerblue;
     --color-base--subtle: gray;
}
}

Revision as of 23:54, 7 November 2022

/* All CSS here will be loaded for users of the Citizen skin */
:root {
    --color-base: black;
    --color-base--emphasized: black;
    --color-base--subtle: gray;
}