From 2ebc323cdbb7d503e5efcb3f9311a5599c429046 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 3 May 2017 18:50:01 +0200 Subject: [PATCH] Don't underline the anchor link symbol --- blog/static/css/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blog/static/css/main.css b/blog/static/css/main.css index bd39bdef..a9132887 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -213,4 +213,9 @@ a.anchor { :hover>a.anchor { opacity: 1; + text-decoration: none; +} + +a.anchor:hover { + text-decoration: none; }