Add glow effect to cat sprite in index.html
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user