fix some icon animations

This commit is contained in:
2023-07-10 13:19:35 +02:00
parent 71d5dd14df
commit d33433eb8f
5 changed files with 9 additions and 4 deletions

View File

@ -17,7 +17,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;
}