chore: template configuration

This commit is contained in:
2025-12-20 16:37:24 +01:00
parent 5244110985
commit 978df91b6e
4 changed files with 9 additions and 86 deletions
+2 -3
View File
@@ -85,9 +85,8 @@ CUSTOM STYLE
:root {
/* https://materialui.co/colors/ */
/* TODO: 2. change hue and saturation */
--hue-primary: 65.52;
--sat-primary: 20%;
--hue-primary: 199.53;
--sat-primary: 28.30%;
--background: hsl(var(--hue-primary), var(--sat-primary), 96.08%);
--background-primary: hsl(var(--hue-primary), var(--sat-primary), 93.33%);
--background-secondary: hsl(var(--hue-primary), var(--sat-primary), 90%);