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
+3 -2
View File
@@ -79,8 +79,9 @@
--color-sidebar-bg-to: #0c1322;
/* Items */
--color-item-selected: #1a1520;
--color-item-hover-accent: #21262d;
--color-item-active: #5a5047;
--color-item-selected: #39281a;
--color-item-hover-accent: #3d342c;
/* Primary */
/* TODO: rename into primary-blue ? */