diff --git a/Resources/Views/welcome.leaf b/Resources/Views/welcome.leaf index 5835335..aba6a00 100755 --- a/Resources/Views/welcome.leaf +++ b/Resources/Views/welcome.leaf @@ -11,12 +11,12 @@ .yolo{ float: left; display: block; - transition: all .25s ease-in-out; + transition: all .1s ease-in-out; height: 30px; width: 30px; } .yolo:hover{ - background-color: black; + background-color: purple; }