From d1a28fd77780e995224df62f7ef91e3d77404a3d Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 7 May 2026 10:02:11 -0300 Subject: [PATCH] style: make sparkle color more intense --- src/app/page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.css b/src/app/page.css index b2692ba..1970032 100644 --- a/src/app/page.css +++ b/src/app/page.css @@ -16,7 +16,7 @@ --pink-accent: #ffd6f5; --sparkle: #ffffff; - --sparkle-glow: rgba(120, 150, 200, 0.555); + --sparkle-glow: rgba(0, 100, 255, 0.555); --border-width: 2px; }