[Doc] update neutral color variables (#2130)

This commit is contained in:
neverland
2018-11-23 20:29:43 +08:00
committed by GitHub
parent ec159b5e47
commit f69c66b439
21 changed files with 57 additions and 39 deletions

View File

@@ -43,9 +43,11 @@ export default {
</script>
<style lang="less">
@import '../../packages/style/var';
body {
color: #333;
line-height: 1;
color: @text-color;
background-color: #fafafa;
font-family: 'PingFang SC', Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, Arial, sans-serif;
-webkit-font-smoothing: antialiased;