shithub: hugo

Download patch

ref: 987a82d043030bcf2854bc059a9b971bab990cc5
parent: 8a44deac0fd1c9e436330436cdf3308eceec65df
author: spf13 <[email protected]>
date: Tue Aug 26 08:30:28 EDT 2014

small tweaks to the hover effect

--- a/docs/static/css/style.css
+++ b/docs/static/css/style.css
@@ -134,13 +134,13 @@
 .panel-body a:after {
   display: block;
   content: "";
-  height: 2px;
+  height: 1px;
   width: 0%;
   background-color: #ff4088;
-  -webkit-transition: width 0.3s ease;
-  -moz-transition: width 0.3s ease;
-  -ms-transition: width 0.3s ease;
-  transition: width 0.3s ease;
+  -webkit-transition: width 0.5s ease;
+  -moz-transition: width 0.5s ease;
+  -ms-transition: width 0.5s ease;
+  transition: width 0.5s ease;
 }
 
 .panel-body a:hover:after, .panel-body a:focus:after {