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