tweak colours

This commit is contained in:
Rhiannon Morris 2020-07-19 12:30:24 +02:00
parent 9eddfe84c5
commit 858e1c62ce
1 changed files with 3 additions and 3 deletions

View File

@ -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%);
}