improve accent color

This commit is contained in:
hippoz 2023-07-22 18:40:19 +03:00
parent 94e94deb91
commit dc8414c050
Signed by: hippoz
GPG key ID: 56C4E02A85F2FBED

View file

@ -54,13 +54,13 @@
/* top-level */ /* top-level */
:root { :root {
--purple-1: hsl(273, 67%, 53%); --purple-1: hsl(266, 63%, 64%);
--blue-1: hsl(200, 78%, 50%); --blue-1: hsl(200, 78%, 50%);
--green-1: hsl(140, 78%, 50%); --green-1: hsl(140, 78%, 50%);
--yellow-1: hsl(50, 78%, 50%); --yellow-1: hsl(50, 78%, 50%);
--red-1: hsl(2, 78%, 65%); --red-1: hsl(2, 78%, 65%);
--purple-2: hsl(273, 64%, 48%); --purple-2: hsl(266, 62%, 58%);
--blue-2: hsl(200, 78%, 45%); --blue-2: hsl(200, 78%, 45%);
--green-2: hsl(140, 78%, 40%); --green-2: hsl(140, 78%, 40%);
--yellow-2: hsl(50, 78%, 60%); --yellow-2: hsl(50, 78%, 60%);