fun improvements #1

Merged
GKaszewski merged 21 commits from fun into main 2026-03-31 00:50:17 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit a3e3f53548 - Show all commits

View File

@@ -137,6 +137,6 @@ body {
50% { opacity: 0.4; }
}
.animate-blink {
@utility animate-blink {
animation: blink 0.8s ease-in-out infinite;
}

View File

@@ -13,6 +13,7 @@ export default function ReadingProgress() {
}
};
handleScroll();
window.addEventListener("scroll", handleScroll, { passive: true });
return () => window.removeEventListener("scroll", handleScroll);
}, []);