diff options
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index 6f908c288..f6e9a6e6c 100644 --- a/src/style.css +++ b/src/style.css @@ -184,7 +184,7 @@ input:focus { animation: rotate 500ms linear infinite; } -@keyframes avatarHoverFadeIn { +@keyframes fadeIn { from { opacity: 0; } @@ -193,7 +193,7 @@ input:focus { } } -@keyframes avatarHoverFadeOut { +@keyframes fadeOut { from { opacity: 1; } |