mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 03:08:12 +00:00
9e4a81528a
- in main page - in sideboxes - these only contain over div elements so use div instead of * selector Bug: T357722 Change-Id: If0e9eeb9471f3990afd5254b51af8dbe9cb538e0
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
.skin-night-mode-clientpref-1 .page-Main_Page {
|
|
.mw-parser-output :not( .notheme ):not( a ) {
|
|
.night-mode-strip-all-colors-when-safe();
|
|
}
|
|
}
|
|
|
|
@media ( prefers-color-scheme: dark ) {
|
|
.skin-night-mode-clientpref-2 .page-Main_Page {
|
|
.mw-parser-output :not( .notheme ):not( a ) {
|
|
.night-mode-strip-all-colors-when-safe();
|
|
}
|
|
}
|
|
}
|