From e100b1f68ebed91fca49ad24641a5cf75f2446dd Mon Sep 17 00:00:00 2001 From: sHa Date: Fri, 20 Jun 2025 18:46:08 +0300 Subject: [PATCH] style: adjust hero title and subtitle text shadow for improved readability --- src/components/Home.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Home.svelte b/src/components/Home.svelte index cef5e16..6f91108 100644 --- a/src/components/Home.svelte +++ b/src/components/Home.svelte @@ -342,8 +342,8 @@ .hero-title { font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 300; - /* color: white; - text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */ + /* color: white; */ + text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); margin-bottom: 0.5rem; line-height: 1.2; text-align: center; @@ -353,8 +353,8 @@ .hero-subtitle { font-size: clamp(2rem, 6vw, 4rem); font-weight: 800; - /* color: white; - text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */ + /* color: white; */ + text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); margin-bottom: 0; margin-top: 0; line-height: 1.1;