(Created page with "→All CSS here will be loaded for users of the Citizen skin: .skin-citizen-dark .icon-class { filter: invert(1) hue-rotate(180deg); }") |
(No difference)
|
Revision as of 10:49, 1 March 2024
/* All CSS here will be loaded for users of the Citizen skin */
.skin-citizen-dark .icon-class {
filter: invert(1) hue-rotate(180deg);
}