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;