fix link colors
This commit is contained in:
parent
f4e29258cc
commit
de6e93c1b8
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ body { padding-top: 70px; }
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #23527c;
|
||||||
|
}
|
||||||
|
|
||||||
/* fix styling for empty href */
|
/* fix styling for empty href */
|
||||||
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
|
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue