mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
Move Echo dark styles to echo skinstyles
This commit is contained in:
parent
cd5a8fa28c
commit
478c476431
|
@ -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 );
|
||||
}
|
||||
|
|
|
@ -55,3 +55,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media ( prefers-color-scheme: dark ) {
|
||||
#pt-notifications {
|
||||
&-alert,
|
||||
&-notice {
|
||||
.mw-echo-notifications-badge:before {
|
||||
filter: invert( 1 );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue