From cb98bca62ca31a61ca3cc3489df53a40de59c56b Mon Sep 17 00:00:00 2001 From: linse Date: Sun, 5 Nov 2017 15:25:56 -0500 Subject: [PATCH] Underline links instead --- static/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 329edd2..1789174 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -7,12 +7,12 @@ html { html a { text-decoration: none; color: black; - background-color: rgba(255,255,128,1); + text-decoration: underline; } html a:visited { color: black; - background-color: rgba(255,255,128,1); + text-decoration: underline; } .navbar { @@ -113,9 +113,11 @@ a.list-group-item { .navbar-default li a, .navbar-default li a:visited { color: #777; + text-decoration: underline; } .navbar-default li a:hover { color: black; + text-decoration: underline; } .navbar-default li { list-style-type: none;