Switch headline from purple tint to warm gold/amber — contrasts better against dark page
This commit is contained in:
+3
-3
@@ -103,11 +103,11 @@
|
|||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
color: #fff;
|
color: #f1f5f9;
|
||||||
text-shadow: 0 2px 20px rgba(108,92,231,0.3);
|
text-shadow: 0 2px 30px rgba(251,191,36,0.15);
|
||||||
}
|
}
|
||||||
.hero h1 .gradient-text {
|
.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-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
|
|||||||
Reference in New Issue
Block a user