refactor(ui): css: use of variables colors only

This commit is contained in:
Edouard Vanbelle
2026-04-26 00:47:34 +02:00
parent 156f3bc7ba
commit f5dade1551
4 changed files with 18 additions and 18 deletions
+1
View File
@@ -424,4 +424,5 @@
--color-music-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
--color-music-background: var(--color-bg-surface);
--color-music-public-bg: rgba(74, 144, 217, 0.12);
}