Created
July 27, 2023 16:49
-
-
Save bradthurber/f80e133347351fc705e303d18e500083 to your computer and use it in GitHub Desktop.
snippet of vscode markdown-to-PDF extension to convert from ugly gold to nice github style
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
/* for inline code */ | |
:not(pre):not(.hljs)>code { | |
color: black; | |
background-color: #afb8c133; | |
padding: .2em .4em; | |
margin: 0; | |
border-radius: 6px; | |
font-size: 85%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment