fix link-hover animation glitch

This commit is contained in:
Joshua Seigler 2025-06-10 10:55:53 -04:00
parent b91bb04c2e
commit 235dbd9854
2 changed files with 29 additions and 17 deletions

View file

@ -643,5 +643,5 @@ body .isso-post-action {
position: absolute;
border-radius: 0.5rem;
background: radial-gradient(ellipse farthest-side at 50% 50%, var(--c-accent) 25%, transparent);
animation: 5s ease normal forwards ripple;
animation: 10s ease-in normal forwards ripple;
}