CSS: Fix commit 0f9881

Add the actual transition :D
diff --git a/css/style.css b/css/style.css
index f88b1fe..f29519c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -60,6 +60,8 @@
   color: #ffffff; }
 
 a, .btn {
+  -webkit-transition: color 1s ease 0s, border-color 1s ease 0s, background-color 1s ease 0s;
+  transition: color 1s ease 0s, border-color 1s ease 0s, background-color 1s ease 0s;
 }
 
 a:hover, a:focus, a:active {text-decoration: none;}