improve accent color
This commit is contained in:
parent
94e94deb91
commit
dc8414c050
1 changed files with 2 additions and 2 deletions
|
@ -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%);
|
||||||
|
|
Loading…
Reference in a new issue