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 {