diff --git a/public/index.html b/public/index.html index 79e3829..3d36fe5 100644 --- a/public/index.html +++ b/public/index.html @@ -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); }