Skip to content

Instantly share code, notes, and snippets.

Created June 22, 2016 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e4712fa1bd4b5f7d8f6a21705788a271 to your computer and use it in GitHub Desktop.
Save anonymous/e4712fa1bd4b5f7d8f6a21705788a271 to your computer and use it in GitHub Desktop.
/* Linkfarbe und Linkverhalten darstellen */
a:link, a:visited, a {
background: transparent;
color: #520;
font-weight: bold;
text-decoration: underline;
text-align: left;
}
a {
page-break-inside:avoid
}
a[href^=http]:after {
content:" <" attr(href) "> ";
}
$a:after > img {
content: "";
}
article a[href^="#"]:after {
content: "";
}
a:not(:local-link):after {
content:" <" attr(href) "> ";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment