mediawiki-skins-MinervaNeue/resources/skins.minerva.mainPage.styles/hacks.less
Jon Robson 9e4a81528a Don't strip colors from links
- in main page
- in sideboxes - these only contain over div elements so
use div instead of * selector

Bug: T357722
Change-Id: If0e9eeb9471f3990afd5254b51af8dbe9cb538e0
2024-03-05 00:54:46 +00:00

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();
}
}
}