fix(cli): duplicated site base style

This commit is contained in:
陈嘉涵
2019-12-20 11:30:56 +08:00
parent caa568895d
commit 5485d2ce21
18 changed files with 40 additions and 23 deletions
@@ -1,13 +1,13 @@
@import './variable';
@import './var';
body {
min-width: 1100px;
margin: 0;
overflow-x: auto;
color: #333;
color: @van-doc-black;
font-size: 16px;
font-family: PingFang SC, 'Helvetica Neue', Arial, sans-serif;
background-color: #f0f3f6;
background-color: @van-doc-background-color;
-webkit-font-smoothing: antialiased;
}