Skip to content

Commit

Permalink
fix(a11y): adjust colors to metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 16, 2024
1 parent a1ae751 commit 4d1e770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
--tooltip: 0 0% 0%;
--tooltip-foreground: 0 0% 100%;

--primary: 239 84% 67%;
--primary: 239 78% 65%;
--primary-hover: 243 75% 59%;
--primary-active: 245 58% 51%;
--primary-foreground: 0 0% 100%;
Expand Down Expand Up @@ -59,7 +59,7 @@
--banner: 240 4% 16%;

--muted: 0 0% 100%;
--muted-foreground: 240 5% 56%;
--muted-foreground: 240 5% 46%;

--accent: 240 5% 96%;
--accent-foreground: 240 4% 16%;
Expand Down

0 comments on commit 4d1e770

Please sign in to comment.