feat(cli): update site style

This commit is contained in:
chenjiahan
2020-09-27 20:07:41 +08:00
parent 9697c28819
commit e6a4c695f4
10 changed files with 33 additions and 34 deletions

View File

@@ -3,15 +3,18 @@
code {
position: relative;
display: block;
padding: 16px;
overflow-x: auto;
color: @van-doc-code-color;
font-weight: 400;
font-size: 13.4px;
font-size: 14px;
font-family: @van-doc-code-font-family;
line-height: 26px;
white-space: pre-wrap;
word-wrap: break-word;
-webkit-font-smoothing: auto;
background-color: #fafafa;
border-radius: 16px;
}
pre {