Created
July 30, 2019 20:32
-
-
Save tbrophy/4a6d27d9cf56980b38f22b8a50238a34 to your computer and use it in GitHub Desktop.
VSCode Markdown Preview fix
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
.vscode-body pre { | |
background-color: #f6f8fa !important; | |
} | |
.hljs-attr { | |
color: inherit; | |
} | |
.language-yaml .hljs-attr { | |
color: #22863a; | |
} | |
.hljs-meta { | |
color: inherit; | |
font-weight: inherit; | |
} | |
.hljs-comment, .hljs-quote { | |
color: #6a737d; | |
font-style: normal; | |
} | |
.hljs-built_in, | |
.hljs-number, | |
.hljs-literal, | |
.hljs-title { | |
color: #005cc5; | |
font-weight: inherit; | |
} | |
.hljs-string { | |
color: #032f62; | |
} | |
.hljs-params { | |
color: #24292E; | |
} | |
.hljs-keyword, | |
.hljs-function { | |
color: #D73A49; | |
font-weight: inherit; | |
} | |
.hljs-function .hljs-title, | |
.hljs-class .hljs-title { | |
color: #6f42c1; | |
font-weight: inherit; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment