From f84389fde4d38827e1341e93430b1e7594b7ca92 Mon Sep 17 00:00:00 2001 From: "A. Svensson" Date: Fri, 6 Oct 2017 21:12:01 +0200 Subject: [PATCH] Removes the annoying underlining of links --- templates.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates.go b/templates.go index 0395d40..4fbc7e1 100644 --- a/templates.go +++ b/templates.go @@ -56,7 +56,10 @@ const tmplBase string = ` } a, a:hover, a:visited { color: #444; - text-decoration: underline; + text-decoration: none; + } + a:hover { + color: #000; } img { display: block;