chore(template): select hue

This commit is contained in:
2025-11-04 11:42:56 +01:00
parent aa0fb57f50
commit 266b77fceb
2 changed files with 3 additions and 4 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: 103.2;
--sat-primary: 55.56%;
--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%);