add transition effect for others

This commit is contained in:
ghost 2023-05-30 22:22:51 +03:00
parent 18610d32ec
commit 0e7ccfa40f

View File

@ -89,8 +89,10 @@
text-decoration: none;
font-family: ThasadithRegular, Sans-serif;
font-weight: lighter;
transition: all .5s ease-in;
-moz-transition: all .5s ease-in;
-o-transition: all .5s ease-in;
-webkit-transition: all .5s ease-in;
}
main {