diff --git a/README.md b/README.md index bf49148..16be0ae 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/style.css b/style.css index 509bccb..c48572e 100644 --- a/style.css +++ b/style.css @@ -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);