From d8580638ba717d99c0ea0f07a0223b4c80fda31f Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 3 Feb 2026 00:41:34 +0000 Subject: [PATCH] Add gradient and character spacing to hero title Applied same styling as content row titles: - Gradient from #fafafa to #9ca3af - letter-spacing: 0.05em (5% character spacing) - Used background-clip: text for gradient effect - Maintains uppercase and bold styling Hero title now matches the visual language of section titles. Co-authored-by: Cursor --- src/views/Browse.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Browse.vue b/src/views/Browse.vue index ba11aef..e2faa81 100644 --- a/src/views/Browse.vue +++ b/src/views/Browse.vue @@ -99,7 +99,7 @@
-

+

{{ featuredContent?.title || 'GOD BLESS BITCOIN' }}