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
+1 -1
View File
@@ -20,7 +20,7 @@ git merge template/master
> Every task is indicated with a TODO
1. [x] Rename app in [README.md](./README.md), [index.html](./index.html) and [package.json](./package.json)
2. [ ] Change app hue and saturation in [style.css](./style.css)
2. [x] Change app hue and saturation in [style.css](./style.css)
3. [ ] Remove this part and all TODO
+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%);