Skip to content

Commit

Permalink
footer navigation should be bold
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed Aug 28, 2017
1 parent 6757a0b commit 79743ac
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.footer-content {
color: $white;
font-weight: $font-weight-bold;

a {
color: $white;
Expand All @@ -14,6 +13,10 @@
margin-bottom: 0;
}

.footer-navigation {
font-weight: $font-weight-bold;
}

.social-links a .fa-inverse {
color: $gray-700;
}
Expand Down

0 comments on commit 79743ac

Please sign in to comment.