From 3611218eb9310ec1ff67b6498eee417c7c84c4c8 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sun, 18 Oct 2015 23:34:41 +0800 Subject: [PATCH] Update styles.css --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index f99df28..630d65a 100644 --- a/styles.css +++ b/styles.css @@ -50,6 +50,7 @@ a:hover, a:focus { padding: 0.8em; text-align: center; transition: 0.25s box-shadow, 0.25s -webkit-transform; + text-shadow: none; } .btn { padding: 0.7em; @@ -214,4 +215,4 @@ nav .previous { } nav .next { float: right; -} \ No newline at end of file +}