tweak colours
This commit is contained in:
parent
9eddfe84c5
commit
858e1c62ce
1 changed files with 3 additions and 3 deletions
|
@ -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%);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue