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 {
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue