refactor(css): use variable rather direct color

This commit is contained in:
Edouard Vanbelle
2026-04-14 11:54:18 +02:00
parent 08884f3b6d
commit d01b2c6ec4
8 changed files with 163 additions and 259 deletions
+1 -1
View File
@@ -501,7 +501,7 @@
.playlist-track-count {
margin-left: auto;
font-size: 12px;
color: #718096;
color: var( --color-text-muted);
}
/* Custom confirm dialog */