Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created July 8, 2016 10:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save zoffixznet/31a26791896a8aab86bd6c9f2e4e6be9 to your computer and use it in GitHub Desktop.
a:after {
content: " ( " attr(href) " ) ";
color: #050;
font-size: 80%;
}
a[href^="/"]:after {
content: " ( https://docs.perl6.org" attr(href) " ) ";
}
a[href^="#"]:after {
content: "";
}
a {
color: #000!important;
text-decoration: none!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment