From a722e0d8aab0d2a9af52fa1186bb5af51f72592a Mon Sep 17 00:00:00 2001 From: Troy Date: Tue, 18 Feb 2025 11:00:39 +0000 Subject: [PATCH] fix: adjust cta link contrast --- src/components/Hero.astro | 4 ++-- src/styles/global.css | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index c796a69..37f3eb2 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -10,7 +10,7 @@ and on the side I manage online operations for a family run outdoor apparel business. @@ -18,7 +18,7 @@ Think I could help with a project you're working on? Send me a message diff --git a/src/styles/global.css b/src/styles/global.css index 5f0f851..9c28f72 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -11,9 +11,6 @@ --color-button: var(--button); --color-button-active: var(--button-active); - - --color-gradient-start: #fb5246; - --color-gradient-end: #ff9068; } @theme {