Soften three-words text color on hero banner

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Etienne Delvarre
2026-05-29 11:09:33 +02:00
parent 07f2952b89
commit cf7e8e1144
+1 -1
View File
@@ -217,7 +217,7 @@
.hero-height-control label { font-size: 11px; color: var(--text-muted); white-space: nowrap; }
.hero-height-control input[type="range"] { width: 120px; accent-color: var(--accent); }
.hero-height-control + input[type="file"] { margin-bottom: 8px; }
.hero-overlay .three-words { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; color: #fff; letter-spacing: 2px; }
.hero-overlay .three-words { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; color: rgba(255,255,255,0.7); letter-spacing: 2px; }
.hero-overlay .hero-sub { font-size: 14px; color: rgba(255,255,255,0.75); margin-top: 6px; font-style: italic; }
.vision-phrase { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 400; font-style: italic; line-height: 1.7; color: var(--text); }