fix
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
account-motion:nth-child(even) {
|
||||
filter: brightness(1)
|
||||
:host-context(body.dark)account-motion:nth-child(even) {
|
||||
filter: brightness(1);
|
||||
}
|
||||
|
||||
account-motion:nth-child(odd) {
|
||||
filter: brightness(1.75)
|
||||
:host-context(body.dark)account-motion:nth-child(odd) {
|
||||
filter: brightness(1.75);
|
||||
}
|
||||
|
||||
:host-context(body.light)account-motion:nth-child(even) {
|
||||
filter: brightness(0.75);
|
||||
}
|
||||
|
||||
:host-context(body.light)account-motion:nth-child(odd) {
|
||||
filter: brightness(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user