Switch headline from purple tint to warm gold/amber — contrasts better against dark page

This commit is contained in:
Marty Bostick
2026-07-29 19:15:43 +00:00
parent cdbefaa716
commit 68a3cf44fb
+3 -3
View File
@@ -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;