From f5ade253a5e204c135784da25ecff98c1322526b Mon Sep 17 00:00:00 2001 From: xdwarf Date: Mon, 8 Jun 2026 21:27:01 +0200 Subject: [PATCH] removed sparkles test --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 65432e9..aaad96f 100644 --- a/index.html +++ b/index.html @@ -60,14 +60,14 @@ } /* === SPARKLES === */ - .sparkle { + /*.sparkle { position: fixed; border-radius: 50%; pointer-events: none; z-index: 1; animation: float-sparkle linear infinite; opacity: 0; - } + }*/ @keyframes float-sparkle { 0% { transform: translateY(0) scale(0); opacity: 0; }