From 68a3cf44fb82effc0b1f67da7639b66bdb889502 Mon Sep 17 00:00:00 2001 From: Marty Bostick Date: Wed, 29 Jul 2026 19:15:43 +0000 Subject: [PATCH] =?UTF-8?q?Switch=20headline=20from=20purple=20tint=20to?= =?UTF-8?q?=20warm=20gold/amber=20=E2=80=94=20contrasts=20better=20against?= =?UTF-8?q?=20dark=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 62732bb..f9f2f26 100644 --- a/index.html +++ b/index.html @@ -103,11 +103,11 @@ font-weight: 800; line-height: 1.15; margin-bottom: 16px; - color: #fff; - text-shadow: 0 2px 20px rgba(108,92,231,0.3); + color: #f1f5f9; + text-shadow: 0 2px 30px rgba(251,191,36,0.15); } .hero h1 .gradient-text { - background: linear-gradient(135deg, #fff 0%, #c4b5fd 50%, #a78bfa 100%); + background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #f97316 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;