refactor(css): maximize usage of variables (1st part, to simplify CSS & style)

note: there is still work to do, but has there are risks to conflict I prefer to commit this first part now
This commit is contained in:
Edouard Vanbelle
2026-04-08 11:03:20 +02:00
parent 904aca5edf
commit 94b36e41e0
35 changed files with 2957 additions and 2535 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
body {
display: flex;
height: 100vh;
background-color: #f5f7fa;
background-color: var(--color-bg-page);
overflow: hidden;
}