From 63cfe6fbb23e39ac6d2bf16a1ddc61e8d897f6b8 Mon Sep 17 00:00:00 2001 From: Astha Malviya Date: Thu, 23 Jul 2026 21:13:02 +0530 Subject: [PATCH 1/3] Improve hero title contrast in light theme --- frontend/index.html | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 9a18c400..7ac3d07e 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -395,24 +395,17 @@ opacity: 0.3 } } - - .hero h1 { - font-family: var(--font-disp); - font-size: clamp(2.8rem, 6vw, 5rem); - font-weight: 800; - letter-spacing: -0.04em; - line-height: 1.16; - margin-bottom: 20px; - } - - .hero h1 em { - font-style: normal; - background: linear-gradient(135deg, var(--accent), var(--accent2) 60%, var(--green) 100%); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-clip: text; - display: inline-block; - } +.hero h1 { + font-family: var(--font-disp); + font-size: clamp(2.8rem, 6vw, 5rem); + font-weight: 800; + letter-spacing: -0.04em; + line-height: 1.16; + margin-bottom: 20px; + + color: var(--text); + text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12); +} .hero-sub { font-size: 1.1rem; From 9e73b48fef0b9fa0de758dc924bd62cdb611429a Mon Sep 17 00:00:00 2001 From: Astha Malviya Date: Thu, 23 Jul 2026 21:32:18 +0530 Subject: [PATCH 2/3] Improve hero title contrast in light theme --- frontend/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 7ac3d07e..b66164b1 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -402,10 +402,8 @@ letter-spacing: -0.04em; line-height: 1.16; margin-bottom: 20px; - color: var(--text); text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12); -} .hero-sub { font-size: 1.1rem; From 2a37173377b17c94bf25edc3de4d8589ad2894df Mon Sep 17 00:00:00 2001 From: Astha Malviya Date: Thu, 23 Jul 2026 21:49:05 +0530 Subject: [PATCH 3/3] Improve hero title contrast in light theme --- frontend/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index b66164b1..563b1f48 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -404,7 +404,7 @@ margin-bottom: 20px; color: var(--text); text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12); - +} .hero-sub { font-size: 1.1rem; color: var(--text2);