diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index fc8ef44..1221f93 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -93,9 +93,9 @@
.post-content a:hover,
nav a:hover {
text-decoration: none;
- border-bottom: 1px solid #d71a1b;
- -webkit-transition: all .2s ease-out;
- transition: all .2s ease-out;
+ border-bottom: 2px solid #d71a1b;
+ -webkit-transition: all .1s ease;
+ transition: all .1s ease;
}