Underline links instead
This commit is contained in:
parent
d6995c0209
commit
cb98bca62c
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue