Move Echo dark styles to echo skinstyles

This commit is contained in:
alistair3149 2020-06-12 01:59:04 -04:00
parent cd5a8fa28c
commit 478c476431
2 changed files with 11 additions and 2 deletions

View file

@ -73,8 +73,6 @@
}
.mw-editsection > a:before,
#pt-notifications-alert .mw-echo-notifications-badge:before,
#pt-notifications-notice .mw-echo-notifications-badge:before,
#p-namespaces ul li a:after {
filter: invert( 1 );
}

View file

@ -55,3 +55,14 @@
}
}
}
@media ( prefers-color-scheme: dark ) {
#pt-notifications {
&-alert,
&-notice {
.mw-echo-notifications-badge:before {
filter: invert( 1 );
}
}
}
}