Skip to content

Commit

Permalink
fix(): Bump card background in dark mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 26, 2024
1 parent 2302443 commit 0520ff4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
--chart-3: 197 37% 24%;
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;
/** Quantinuum brand color **/
--quantinuum: 170, 54%, 41%;
}

:root [data-theme="dark"] {
--background: 240 10% 3.9%;
--foreground: 0 0% 98%;
--card: 240 10% 8%;
--card: 240 10% 10%;
--card-foreground: 0 0% 98%;
--popover: 240 5.9% 10%;
--popover-foreground: 0 0% 98%;
Expand Down

0 comments on commit 0520ff4

Please sign in to comment.