changed hover duration to 0s for faster response

This commit is contained in:
booploops 2022-05-02 18:05:12 -07:00
parent 89b5b80c12
commit c70e9fc5b4

View file

@ -353,7 +353,7 @@
&:hover {
&::before {
transition: transform .1s ease-in, opacity .1s ease-in;
transition: transform 0s ease-in, opacity 0s ease-in;
opacity : 1;
transform : scale(1);
}