From 8c9128a41560f55fd6a59c321e960befe9f4390a Mon Sep 17 00:00:00 2001 From: aidanCQ Date: Thu, 26 Sep 2024 16:59:42 +0100 Subject: [PATCH] fix(): Reduce accent saturation. --- src/tokens.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tokens.css b/src/tokens.css index adecf80..598fde0 100644 --- a/src/tokens.css +++ b/src/tokens.css @@ -25,7 +25,7 @@ --chart-4: 43 74% 66%; --chart-5: 27 87% 67%; /** Quantinuum brand color **/ - --quantinuum: 170 54% 41%; + --quantinuum: 168 50% 77%; } :root [data-theme="dark"] { @@ -53,5 +53,5 @@ --chart-3: 30 80% 55%; --chart-4: 280 65% 60%; --chart-5: 340 75% 55%; - --quantinuum: 170 40% 61%; + --quantinuum: 168 50% 77%; }