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 11, 2024
1 parent e66c01d commit 1024e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
--secondary-foreground: 0 0% 100%;

--muted: 240 3% 13%;
--muted-foreground: 240 5% 56%;
--muted-foreground: 240 5% 60%;

--accent: 240 2% 35%;
--accent-foreground: 0 0% 92%;
Expand Down
2 changes: 1 addition & 1 deletion src/v2/components/ui/Anchor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Link from "next/link"
import * as React from "react"

const anchorVariants = cva(
"underline-offset-4 focus:ring-ring focus-visible:ring-4 outline-none",
"underline-offset-4 focus:ring-ring focus-visible:ring-4 outline-none font-medium",
{
variants: {
variant: {
Expand Down

0 comments on commit 1024e42

Please sign in to comment.