More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
.skin-citizen-dark .citizen-header__logo { | .skin-citizen-dark .citizen-header__logo { | ||
filter: invert(1) hue-rotate(180deg); | filter: invert(1) hue-rotate(180deg); | ||
} | |||
.skin-citizen-dark img.mw-logo-icon { | |||
filter: invert(1); | |||
} | } |
Revision as of 12:29, 9 February 2025
/* All CSS here will be loaded for users of the Citizen skin */ .skin-citizen-dark .citizen-header__logo { filter: invert(1) hue-rotate(180deg); } .skin-citizen-dark img.mw-logo-icon { filter: invert(1); }