From 7fb553902fec8d07f32e67890ce6cf78c7b9bc11 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 30 Jan 2017 15:18:59 +0000 Subject: [PATCH] . --- static/css/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index d03d482..7a5d637 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5,12 +5,17 @@ html { } html a { - text-decoration: none; - color: #777777; + text-decoration-line: underline; + text-decoration-style: wavy; + text-decoration-color: #1a1a1a; + color: black; } html a:visited { - color: #222222; + text-decoration-line: underline; + text-decoration-style: wavy; + text-decoration-color: #1a1a1a; + color: black; } .navbar {