Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tbrophy/4a6d27d9cf56980b38f22b8a50238a34 to your computer and use it in GitHub Desktop.
Save tbrophy/4a6d27d9cf56980b38f22b8a50238a34 to your computer and use it in GitHub Desktop.
VSCode Markdown Preview fix
.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