Use CSS variables #33 #44

Merged
jakob.scheid merged 15 commits from refactor/css-variables into main 2026-05-11 14:18:34 +02:00
Showing only changes of commit 13f026eaab - Show all commits
+4
View File
@@ -24,4 +24,8 @@
--white: oklch(1 0 0);
--white-d-1: oklch(0.9 0 0);
--white-d-2: oklch(0.8 0 0);
--dark-l-2: var(--black-l-2);
--dark-l-1: var(--black-l-1);
--dark: var(--black);
}