From 2ba25a1816fac2a03f81433974347727e688ac6b Mon Sep 17 00:00:00 2001 From: linse Date: Sun, 5 Nov 2017 15:29:21 -0500 Subject: [PATCH] No link deco in navbar. --- static/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 8905cc2..ef9030e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -24,6 +24,7 @@ html a:visited { left: 0; z-index: 1030; background-color: rgba(255,255,128,1); + text-decoration: none; } .container { @@ -113,11 +114,9 @@ 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;