From 14e3cd841a58fe9d28e12f4477a6650df03b3e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bu=C4=9Fra=20Canata?= Date: Fri, 11 Jul 2025 00:32:24 +0300 Subject: [PATCH] style: update accent color to a lighter blue shade (8 129 208) --- src/components/CustomStyles.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CustomStyles.astro b/src/components/CustomStyles.astro index 2b27954..33882f6 100644 --- a/src/components/CustomStyles.astro +++ b/src/components/CustomStyles.astro @@ -27,7 +27,7 @@ import '@fontsource-variable/inter'; --aw-color-primary: rgb(1 97 239); --aw-color-secondary: rgb(1 84 207); - --aw-color-accent: rgb(109 40 217); + --aw-color-accent: rgb(8 129 208); --aw-color-text-heading: rgb(0 0 0); --aw-color-text-default: rgb(16 16 16); @@ -48,7 +48,7 @@ import '@fontsource-variable/inter'; --aw-color-primary: rgb(1 97 239); --aw-color-secondary: rgb(1 84 207); - --aw-color-accent: rgb(109 40 217); + --aw-color-accent: rgb(8 129 208); --aw-color-text-heading: rgb(247, 248, 248); --aw-color-text-default: rgb(229 236 246);