From 0a706d70320f50f52aca25f1491f2a59194638a3 Mon Sep 17 00:00:00 2001 From: HangerThem Date: Mon, 12 Aug 2024 17:00:10 +0200 Subject: [PATCH] Accessibility optimization v2 --- components/contact.tsx | 8 ++++---- components/projects.tsx | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/contact.tsx b/components/contact.tsx index d4186f1..264c377 100644 --- a/components/contact.tsx +++ b/components/contact.tsx @@ -124,7 +124,7 @@ export default function Contact() { @@ -132,7 +132,7 @@ export default function Contact() { @@ -140,7 +140,7 @@ export default function Contact() { @@ -148,7 +148,7 @@ export default function Contact() { diff --git a/components/projects.tsx b/components/projects.tsx index 86697cc..d3f13ec 100644 --- a/components/projects.tsx +++ b/components/projects.tsx @@ -173,6 +173,7 @@ const ViewLink = styled(Link)` &:hover { background-color: rgb(var(--primary)); + color: rgb(var(--white)); } @media (max-width: 1200px) {