Created page with "All CSS here will be loaded for users of the Citizen skin: body { color: #000000 !important; Sets all text to black: }"
(No difference)

Revision as of 01:03, 13 February 2025

/* All CSS here will be loaded for users of the Citizen skin */
body {
    color: #000000 !important; /* Sets all text to black */
}