From 91a301ca29549c5a9b7211f30c9e5ef9357dd751 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Fri, 8 Nov 2019 20:39:02 +0100 Subject: [PATCH] dotted --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 7c96ce4..53a1b42 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,14 +6,14 @@ html { html a { text-decoration-line: underline; - text-decoration-style: wavy; + text-decoration-style: dotted; text-decoration-color: #1a1a1a; color: black; } html a:visited { text-decoration-line: underline; - text-decoration-style: wavy; + text-decoration-style: dotted; text-decoration-color: #1a1a1a; color: black; }