added css for static lyrics

This commit is contained in:
amd64fox
2024-09-13 18:08:24 +03:00
parent 3ec3b7d87e
commit 2f14e0dab6
2 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
:root {
--past: {{past}};
--current: {{current}};
--next: {{next}};
--hover: {{hover}};
--background: {{background}};
--musixmatch: {{musixmatch}};
}