From 266b77fceb9ceb138524b57115b668b712d73e5c Mon Sep 17 00:00:00 2001 From: Klemek Date: Tue, 4 Nov 2025 11:42:56 +0100 Subject: [PATCH] chore(template): select hue --- README.md | 2 +- style.css | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6acc96..5ccfac1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/style.css b/style.css index 89eb138..74642fc 100644 --- a/style.css +++ b/style.css @@ -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%);