Skip to content
This repository has been archived by the owner on May 23, 2018. It is now read-only.

Commit

Permalink
Improve selector for mailto links
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrommen committed Sep 25, 2015
1 parent de9e371 commit 78109b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -1000,7 +1000,7 @@ a:active {
content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
.social-navigation a[href^="mailto:"]:before {
content: "\f410";
}

Expand Down

0 comments on commit 78109b6

Please sign in to comment.