Add hero title gradient and spacing styles

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-03 00:41:58 +00:00
parent d8580638ba
commit e854f67851

View File

@@ -381,6 +381,15 @@ onUnmounted(() => {
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
} }
/* Hero Title Styles */
.hero-title {
background: linear-gradient(to right, #fafafa, #9ca3af);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
letter-spacing: 0.05em; /* 5% character spacing */
}
/* Hero Button Styles */ /* Hero Button Styles */
.hero-play-button { .hero-play-button {
position: relative; position: relative;