refactor: simplify css variables

This commit is contained in:
Johannes Millan 2025-07-03 11:51:58 +02:00
parent b56d4e21b1
commit 5a399300e5
92 changed files with 510 additions and 528 deletions

View file

@ -17,8 +17,8 @@
/* Light mode (default) */
:root {
--text-color: var(--theme-text-color);
--border-color: var(--theme-separator-color);
--text-color: var(--text-color);
--border-color: var(--separator-color);
--primary-color: var(--c-primary);
}