From 538d88de46ddc9703617981d32f8fa7c90fe3826 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 06:40:03 +0200 Subject: [PATCH] Add glow effect to cat sprite in index.html --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 3576b92..9774d11 100644 --- a/index.html +++ b/index.html @@ -161,6 +161,12 @@ #folderTitleArrow.open { transform: rotate(90deg); } + + + /*maybe move this into the cat later*/ + #cat-sprite.glow { + transition: filter 0.6s cubic-bezier(.8,.2,.2,1); + }