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; - }