More actions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
} | } | ||
@media screen { | |||
.mw-logo-icon { | |||
filter: invert(1); | |||
} | |||
} | } |
Latest revision as of 12:46, 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); } @media screen { .mw-logo-icon { filter: invert(1); } }