This commit is contained in:
2023-08-10 21:57:55 +03:00
parent 25184e9edc
commit a09fc7ece3
19 changed files with 230 additions and 68 deletions
@@ -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);
}