Underline links instead

This commit is contained in:
linse 2017-11-05 15:25:56 -05:00
parent d6995c0209
commit cb98bca62c

View file

@ -7,12 +7,12 @@ html {
html a { html a {
text-decoration: none; text-decoration: none;
color: black; color: black;
background-color: rgba(255,255,128,1); text-decoration: underline;
} }
html a:visited { html a:visited {
color: black; color: black;
background-color: rgba(255,255,128,1); text-decoration: underline;
} }
.navbar { .navbar {
@ -113,9 +113,11 @@ a.list-group-item {
.navbar-default li a, .navbar-default li a:visited { .navbar-default li a, .navbar-default li a:visited {
color: #777; color: #777;
text-decoration: underline;
} }
.navbar-default li a:hover { .navbar-default li a:hover {
color: black; color: black;
text-decoration: underline;
} }
.navbar-default li { .navbar-default li {
list-style-type: none; list-style-type: none;