Skip to content

Commit

Permalink
Added styling for external links.
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rald committed Feb 3, 2014
1 parent b3b7717 commit fe35bde
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion assets/elements.less
Expand Up @@ -216,4 +216,12 @@ a,a:visited {
text-decoration:underline;
}
}

a[href^="http://"]:before,
a[href^="https://"]:before,
a[href^="ftp://"]:before,
a[href^="sftp://"]:before,
a[href^="mailto://"]:before
{
content: "\2197";
font-size: 0.8em;
}

0 comments on commit fe35bde

Please sign in to comment.