Make image animate when hovering over status card

This commit is contained in:
Lim Chee Aun 2023-04-25 20:51:22 +08:00
parent 963312aacb
commit ad774325df

View file

@ -85,6 +85,9 @@
border-color: var(--outline-hover-color);
box-shadow: inset 0 0 0 4px var(--bg-faded-blur-color);
}
.status-card-link:is(:hover, :focus) .status-card img {
animation: position-object 5s ease-in-out 1s 5;
}
.status-card-link:is(:active) .status-card {
background-color: var(--bg-faded-color);
}