From 7d86adf6f3272bcdf02491d1c6f87b100eb6d40a Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 7 Apr 2026 16:24:10 +0200 Subject: [PATCH] feat: set sparkly-text to orange --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index fb9e62d..af438d7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -247,6 +247,6 @@ const avatarSize = 150 } sparkly-text { - --sparkly-text-color: yellow; + --sparkly-text-color: orange; }