decrease opacity of non-active sync lyric

This commit is contained in:
jeffvli
2026-01-17 03:40:53 -08:00
parent cd887f8615
commit 945a4052e2
@@ -4,7 +4,7 @@
line-height: 1.2; line-height: 1.2;
color: var(--theme-colors-foreground); color: var(--theme-colors-foreground);
word-break: normal; word-break: normal;
opacity: 0.5; opacity: 0.35;
transition: transition:
opacity 0.3s ease-in-out, opacity 0.3s ease-in-out,
transform 0.3s ease-in-out; transform 0.3s ease-in-out;