1
0

Add glow effect to cat sprite in index.html

This commit is contained in:
2025-05-26 06:40:03 +02:00
parent d6885f15c3
commit 538d88de46

View File

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