未验证 提交 98ec233c 编写于 作者: S susiwen8 提交者: GitHub

Fix: release note don't use editor style (#114709)

* Fix: release note don't use editor style

* Fix: code blocks follow editor setting
上级 e91fd3bd
......@@ -288,10 +288,16 @@ export class ReleaseNotesManager {
}
code {
font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
font-size: 14px;
line-height: 19px;
}
pre code {
font-family: var(--vscode-editor-font-family);
font-weight: var(--vscode-editor-font-weight);
font-size: var(--vscode-editor-font-size);
line-height: 19px;
line-height: 1.5;
}
code > div {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册