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);

View file

@ -697,11 +697,6 @@ export class ExtensionEditor extends BaseEditor {
line-height: 19px;
}
.mac code {
font-size: 12px;
line-height: 18px;
}
code > div {
padding: 16px;
border-radius: 3px;

View file

@ -81,11 +81,6 @@ code {
line-height: 19px;
}
.mac code {
font-size: 12px;
line-height: 18px;
}
code > div {
padding: 16px;
border-radius: 3px;
@ -98,9 +93,6 @@ code > div {
/** Theming */
.vscode-light code > div {
background-color: rgba(220, 220, 220, 0.4);
}