@import 'mediawiki.skin.variables.less'; @import 'mixins.less'; @media screen { .skin-theme-clientpref-night .ns-100 { .mw-parser-output :not( .notheme ):not( a ) { .night-mode-strip-all-colors-when-safe(); } } } @media screen and ( prefers-color-scheme: dark ) { .skin-theme-clientpref-os .ns-100 { .mw-parser-output :not( .notheme ):not( a ) { .night-mode-strip-all-colors-when-safe(); } } }