No edit summary
No edit summary
Line 1: Line 1:
/* disable the Dark Mode invert */
.client-darkmode,
.client-darkmode img,
.client-darkmode video,
.client-darkmode svg,
.client-darkmode iframe,
.client-darkmode .mw-no-invert,
.client-darkmode .mw-mmv-overlay,
.client-darkmode .mw-mmv-pre-image,
.client-darkmode .mw-kartographer-map,
.client-darkmode .mw-kartographer-mapDialog-map,
.client-darkmode:not(.mw-invert),
.client-darkmode img:not(.mw-invert),
.client-darkmode video:not(.mw-invert),
.client-darkmode svg:not(.mw-invert),
.client-darkmode iframe:not(.mw-invert),
.client-darkmode .mw-no-invert:not(.mw-invert),
.client-darkmode .cdx-no-invert:not(.mw-invert),
.client-darkmode td .diffchange:not(.mw-invert),
.client-darkmode .skin-minerva .mw-notification-visible .mw-notification-content:not(.mw-invert)
{
    filter: none;
    -webkit-filter: none;
}
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/*Set font to be more legible.*/
/*Set font to be more legible.*/