diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 33d1937..8f4af2b 100644 --- a/static/style.css +++ b/static/style.css @@ -18,7 +18,7 @@ html { --darker-box-background-color: hsl(0, 0%, 92%); --lighter-box-background-color: hsl(0, 0%, 95%); --primary-color: hsl(320, 50%, 36%); - --primary-color-lighter: hsl(320, 50%, 56%); + --primary-color-lighter: hsl(320, 50%, 80%); --primary-color-contrast: hsl(320, 0%, 100%); --danger-color: #ff0000; --danger-color-contrast: #ffffff; |