From 0e3624fbac6019ca112884d9e8eab55c43270b2b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 07:22:29 +0200 Subject: [PATCH] Remove unused CSS for #cat-glow --- index.html | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/index.html b/index.html index 3be9b18..182fbaf 100644 --- a/index.html +++ b/index.html @@ -162,20 +162,6 @@ transform: rotate(90deg); } - - /*maybe move this into the cat later*/ - #cat-glow { - position: absolute; - left: 50%; top: 50%; - transform: translate(-50%, -50%); - pointer-events: none; - z-index: 1; - border-radius: 50%; - transition: - box-shadow 0.5s cubic-bezier(.8,.2,.2,1), - background 0.5s cubic-bezier(.8,.2,.2,1), - opacity 0.4s; - }