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

Commit 78109b6

Browse files
committed
Improve selector for mailto links
1 parent de9e371 commit 78109b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ a:active {
10001000
content: "\f213";
10011001
}
10021002

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

0 commit comments

Comments
 (0)