From 1e270a74878fd1951625865b0e891badcc13cd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 4 Jan 2019 18:11:37 +0100 Subject: Made links non underlined. --- templates/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates') diff --git a/templates/style.css b/templates/style.css index 4daa31f..b40ddcd 100644 --- a/templates/style.css +++ b/templates/style.css @@ -33,6 +33,10 @@ p { text-align: justify; } +a { + text-decoration: none; +} + /* p, pre, blockquote, table, ul, ol, dl {margin-top: 1em; margin-bottom: 1em;} ul ul, ul ol, ol ol, ol ul {margin-top: 0.5em; margin-bottom: 0.5em;} -- cgit v1.2.3