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 {