tweak colours

This commit is contained in:
Rhiannon Morris 2020-07-19 12:30:24 +02:00
parent 9eddfe84c5
commit 858e1c62ce

View file

@ -34,9 +34,9 @@ html {
font-family: Muller; font-family: Muller;
font-size: 16pt; font-size: 16pt;
--red: hsla(340, 100%, 70%, 60%); --red: hsl(347, 90%, 85%);
--green: hsla(93, 100%, 63%, 60%); --green: hsl(93, 80%, 73%);
--yellow: hsla(60, 100%, 70%, 60%); --yellow: hsl(60, 80%, 72%);
} }