Skip to content

Instantly share code, notes, and snippets.

@AllThingsSmitty
Created October 31, 2017 10:41
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 AllThingsSmitty/10378fa8d1ad6279af58754751802231 to your computer and use it in GitHub Desktop.
Save AllThingsSmitty/10378fa8d1ad6279af58754751802231 to your computer and use it in GitHub Desktop.
CSS for highlighting code
code,
pre {
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
padding: 3px;
}
code {
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment