Spin boosts/faves icon on hover (more fun!)

This commit is contained in:
daudix
2024-03-30 22:27:43 +03:00
parent 1dd9b457ca
commit ecbf5f96eb
2 changed files with 6 additions and 1 deletions

View File

@ -142,12 +142,17 @@ section#comments {
svg {
margin-inline-end: 0.25rem;
transition: var(--transition-long);
vertical-align: -0.125em;
}
&:hover {
box-shadow: var(--edge-highlight);
text-decoration: none;
svg {
rotate: 360deg;
}
}
&:active {