chore(template): select hue
This commit is contained in:
@@ -20,7 +20,7 @@ git merge template/master
|
|||||||
> Every task is indicated with a TODO
|
> 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)
|
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
|
3. [ ] Remove this part and all TODO
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -85,9 +85,8 @@ CUSTOM STYLE
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* https://materialui.co/colors/ */
|
/* https://materialui.co/colors/ */
|
||||||
/* TODO: 2. change hue and saturation */
|
--hue-primary: 103.2;
|
||||||
--hue-primary: 65.52;
|
--sat-primary: 55.56%;
|
||||||
--sat-primary: 20%;
|
|
||||||
--background: hsl(var(--hue-primary), var(--sat-primary), 96.08%);
|
--background: hsl(var(--hue-primary), var(--sat-primary), 96.08%);
|
||||||
--background-primary: hsl(var(--hue-primary), var(--sat-primary), 93.33%);
|
--background-primary: hsl(var(--hue-primary), var(--sat-primary), 93.33%);
|
||||||
--background-secondary: hsl(var(--hue-primary), var(--sat-primary), 90%);
|
--background-secondary: hsl(var(--hue-primary), var(--sat-primary), 90%);
|
||||||
|
|||||||
Reference in New Issue
Block a user