From 3c21f680e0b20fb11be7717260daed4b60b7a9e0 Mon Sep 17 00:00:00 2001 From: HangerThem Date: Mon, 12 Aug 2024 16:44:06 +0200 Subject: [PATCH] Accessibility optimization --- components/contact.tsx | 8 ++++---- styles/globalStyle.ts | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/contact.tsx b/components/contact.tsx index 5858313..d4186f1 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/styles/globalStyle.ts b/styles/globalStyle.ts index 303911e..58598a6 100644 --- a/styles/globalStyle.ts +++ b/styles/globalStyle.ts @@ -4,9 +4,9 @@ import { createGlobalStyle } from "styled-components" export const GlobalStyle = createGlobalStyle` :root { - --primary: 201, 14, 14; + --primary: 239, 31, 31; --white: 255, 255, 255; - --black: 0, 0, 0; + --black: 5, 5, 5; --background: 217, 217, 217; --accent: 104, 104, 104; }