[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
+3 -1
View File
@@ -97,6 +97,8 @@ export default {
</script>
<style lang="less">
@import '../../style/var';
.demo-col {
.van-doc-demo-block {
padding: 0 15px;
@@ -107,7 +109,7 @@ export default {
}
.van-col {
color: #fff;
color: @white;
font-size: 13px;
line-height: 30px;
text-align: center;