From e854f67851c544183eab2cccfefedd4c9395711d Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 3 Feb 2026 00:41:58 +0000 Subject: [PATCH] Add hero title gradient and spacing styles Co-authored-by: Cursor --- src/views/Browse.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/Browse.vue b/src/views/Browse.vue index e2faa81..63bcb7b 100644 --- a/src/views/Browse.vue +++ b/src/views/Browse.vue @@ -381,6 +381,15 @@ onUnmounted(() => { 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-play-button { position: relative;