Skip to content

Commit

Permalink
removed bold font style from social buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tursics committed Sep 17, 2016
1 parent c22f192 commit 6d388ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,13 @@
#headerBox .social {
display: block;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
position: absolute;
top: 7px;
right: 2px;
font-size: 12px;
}
#headerBox .social a {
font-weight: 400;
}
#headerBox .social .facebook, #headerBox .social .twitter {
color: #fff;
Expand Down

0 comments on commit 6d388ec

Please sign in to comment.