From 7f2c120de47277286bbe7a765fa6554340819b49 Mon Sep 17 00:00:00 2001 From: sHa Date: Fri, 20 Jun 2025 18:51:44 +0300 Subject: [PATCH] style: update text shadow color for hero title and subtitle for improved visibility --- src/components/Home.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Home.svelte b/src/components/Home.svelte index 6f91108..24aee3c 100644 --- a/src/components/Home.svelte +++ b/src/components/Home.svelte @@ -343,7 +343,7 @@ font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 300; /* color: white; */ - text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); + text-shadow: 1px 1px 2px #64748b; margin-bottom: 0.5rem; line-height: 1.2; text-align: center; @@ -354,7 +354,7 @@ font-size: clamp(2rem, 6vw, 4rem); font-weight: 800; /* color: white; */ - text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); + text-shadow: 1px 1px 2px #64748b; margin-bottom: 0; margin-top: 0; line-height: 1.1;