Created
October 31, 2017 10:41
-
-
Save AllThingsSmitty/10378fa8d1ad6279af58754751802231 to your computer and use it in GitHub Desktop.
CSS for highlighting code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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