From 3af624701fd7fa838e231e89b78c37babac1106b Mon Sep 17 00:00:00 2001 From: Keaton Sentak Date: Sat, 27 Jan 2024 15:31:56 -0500 Subject: [PATCH] update theme colors --- package.json | 2 +- src/components/Contact.astro | 2 +- src/components/Footer.astro | 5 +---- src/components/Intro.astro | 4 ++-- src/components/Socials.astro | 6 +++--- src/styles/global.css | 26 +++++++++++++------------- tailwind.config.cjs | 2 +- 7 files changed, 22 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index ac0d848..b89eb08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keaton-portfolio", - "version": "7.0.1", + "version": "7.0.2", "homepage": "https://keatonsentak.com/", "author": "Keaton Sentak", "dependencies": { diff --git a/src/components/Contact.astro b/src/components/Contact.astro index 84c47ca..f045683 100644 --- a/src/components/Contact.astro +++ b/src/components/Contact.astro @@ -9,7 +9,7 @@ If you would like to connect, feel free to reach me at mail@keatonsentak.com diff --git a/src/components/Footer.astro b/src/components/Footer.astro index f56a6aa..0686102 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -9,10 +9,7 @@ const currentYear = getCurrentYear();