docs: update site style (#8855)

This commit is contained in:
neverland
2021-06-14 09:59:13 +08:00
committed by GitHub
parent 96ca6679b0
commit b054dc878f
2 changed files with 9 additions and 8 deletions
@@ -3,7 +3,7 @@
code {
position: relative;
display: block;
padding: 16px;
padding: 16px 20px;
overflow-x: auto;
color: @van-doc-code-color;
font-weight: 400;
@@ -13,8 +13,8 @@ code {
white-space: pre-wrap;
word-wrap: break-word;
-webkit-font-smoothing: auto;
background-color: #fafafa;
border-radius: 16px;
background-color: #f8f8f8;
border-radius: @van-doc-border-radius;
}
pre {