Skip to content

Instantly share code, notes, and snippets.

@bradthurber
Created July 27, 2023 16:49
Show Gist options
  • Save bradthurber/f80e133347351fc705e303d18e500083 to your computer and use it in GitHub Desktop.
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
/* 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