icon animation change

redme change
This commit is contained in:
neon443
2024-04-03 09:03:03 +01:00
parent a78fe1fdce
commit 3fec420f04
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# neon443.github.io [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fneon443%2Fneon443.github.io&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
Free unblocked games to play in school. No ads, ever.
For any teachers reading this, this site is purely for educational purposes.
For any teachers reading, this site is purely for educational purposes.
##### To request features [create an issue](https://github.com/neon443/neon443.github.io/issues/new).

View File

@@ -141,7 +141,7 @@ td img{
margin-right: auto;
transform: scale(0.9, 0.9);
border-radius: 5px;
transition: all 0.25s ease-out 100ms;
transition: all 0.2s ease-in-out 100ms;
}
td img:hover {
transform: scale(1, 1);