From 858e1c62ce73923686810f021cec4b021ac8be82 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sun, 19 Jul 2020 12:30:24 +0200 Subject: [PATCH] tweak colours --- style/base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/base.css b/style/base.css index 15ba0a4..1433062 100644 --- a/style/base.css +++ b/style/base.css @@ -34,9 +34,9 @@ html { font-family: Muller; font-size: 16pt; - --red: hsla(340, 100%, 70%, 60%); - --green: hsla(93, 100%, 63%, 60%); - --yellow: hsla(60, 100%, 70%, 60%); + --red: hsl(347, 90%, 85%); + --green: hsl(93, 80%, 73%); + --yellow: hsl(60, 80%, 72%); }