feat(cli): improve code highlight (#11569)

This commit is contained in:
neverland
2023-02-12 10:22:27 +08:00
committed by GitHub
parent 9cbb2f56fa
commit 267f23dc58
3 changed files with 11 additions and 7 deletions
@@ -6,7 +6,7 @@ code {
color: var(--van-doc-code-color);
font-weight: 400;
font-size: 14px;
font-family: 'Source Code Pro', 'Monaco', 'Inconsolata', monospace;
font-family: var(--van-doc-code-font-family);
line-height: 26px;
white-space: pre-wrap;
word-wrap: break-word;