Use inherited font size for markdown codeblocks

Testing this out since it can look weird to have code blocks in a small font while the rest of markup is large
This commit is contained in:
Matt Bierner
2021-11-09 16:09:24 -08:00
parent aac257cdf7
commit 53c29fc51f

View File

@@ -161,7 +161,6 @@ export const activate: ActivationFunction<void> = (ctx) => {
pre code {
font-family: var(--vscode-editor-font-family);
font-size: var(--vscode-editor-font-size);
line-height: 1.357em;
white-space: pre-wrap;