From 73fc4351257236166de982c9b49d28526695bd1b Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Sun, 11 Aug 2013 18:42:46 +0200 Subject: [PATCH] Animation tweak --- assets/css/screen.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 563551c..9d266ac 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -162,11 +162,12 @@ a:hover { line-height: 2.4rem; border-radius: 50px; background: #fff; - transition: all 0.25s; + transition: box-shadow 0.5s; } .subscribe:hover { box-shadow: rgba(0,0,0,0.05) 0 0 0 3px; + transition: box-shadow 0.25s; } .related-post {