[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
@@ -70,6 +70,8 @@ export default {
</script>
<style lang="less">
@import '../../style/var';
.demo-list {
.van-cell {
text-align: center;
@@ -80,7 +82,7 @@ export default {
line-height: 1.4;
font-size: 14px;
text-align: center;
color: #666;
color: @gray-darker;
}
}
</style>