mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
decrease opacity of non-active sync lyric
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user