Skip to content

Commit

Permalink
fix(): Reduce accent saturation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 26, 2024
1 parent 4f8c6fb commit 8c9128a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -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"] {
Expand Down Expand Up @@ -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%;
}

0 comments on commit 8c9128a

Please sign in to comment.