Files
SpotX/css-helper/lyrics-color/colors.css
2024-09-13 18:08:24 +03:00

8 lines
173 B
CSS

:root {
--past: {{past}};
--current: {{current}};
--next: {{next}};
--hover: {{hover}};
--background: {{background}};
--musixmatch: {{musixmatch}};
}