fix link colors

This commit is contained in:
Davide Alberani 2016-06-19 19:24:36 +02:00
parent f4e29258cc
commit de6e93c1b8

View file

@ -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; }