No edit summary
No edit summary
Line 23: Line 23:
     -webkit-filter: none;
     -webkit-filter: none;
}
}
@media screen and (prefers-color-scheme: dark) {
  /* stop inverting */
  html.skin-theme-clientpref-os .skin-invert-image img,
  html.skin-theme-clientpref-os .skin-invert,
  html.skin-theme-clientpref-os .oo-ui-iconElement-icon:not(.oo-ui-image-progressive):not(.oo-ui-image-destructive):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-image-invert):not(.mw-no-invert),
  html.skin-theme-clientpref-os .oo-ui-indicatorElement-indicator {
    filter: none !important;
  }
}


/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */