1
0

Remove unused CSS for #cat-glow

This commit is contained in:
2025-05-26 07:22:29 +02:00
parent 09821217a2
commit 0e3624fbac

View File

@@ -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;
}
</style>
</head>
<body class="flex h-screen bg-white">