index: Disable hover effect

This commit is contained in:
Juno Takano 2026-05-18 23:32:46 -03:00
commit c9e95de611

View file

@ -48,17 +48,6 @@ j-wrap.index {
* { transition: 5s; }
}
img.centerpiece:hover {
cursor: crosshair;
border-radius: 180px;
mask-image: none;
backdrop-filter:
blur(2px)
drop-shadow(4px 4px 10px red)
grayscale(70%)
;
}
img.centerpiece {
animation-name: multi;
animation-timing-function: linear;