Skip to content

Instantly share code, notes, and snippets.

@pmciano
Created April 17, 2018 11:16
Show Gist options
  • Save pmciano/4a26bc25a9988d6dc4840b10ff37cf99 to your computer and use it in GitHub Desktop.
Save pmciano/4a26bc25a9988d6dc4840b10ff37cf99 to your computer and use it in GitHub Desktop.
/* Underline author link */
.author a {
text-decoration: underline;
}
/* Add word Author before author link */
.author a::before {
content: "Author ";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment