Removing unused .mac style rule for rendered markdown

This commit is contained in:
Matt Bierner
2019-09-19 16:26:33 -07:00
parent 92dac9e20e
commit 8f6108beea
3 changed files with 1 additions and 15 deletions

View File

@@ -182,13 +182,12 @@ pre.hljs code > div {
overflow: auto;
}
/** Theming */
pre code {
color: var(--vscode-editor-foreground);
tab-size: 4;
}
/** Theming */
.vscode-light pre {
background-color: rgba(220, 220, 220, 0.4);