fix some icon animations

This commit is contained in:
2023-07-10 13:19:35 +02:00
parent 68c79643a0
commit 22f4e0c3c0
5 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -14,7 +14,9 @@
border-radius: 1000px;
box-shadow: 0em 0em 0.5em 0.2em rgba(0, 0, 0, 0.2);
}
a:hover{
a:hover,
a:focus-visible
{
--angle: 15deg;
animation: shake 0.5s ease forwards;
}