From 3052c6b2d5f7a0e3dd2ada360c6dbf52701ce2c0 Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 12 Mar 2020 13:24:08 -0700 Subject: [PATCH] purple --- Resources/Views/welcome.leaf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }