mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
[Doc] update neutral color variables (#2130)
This commit is contained in:
@@ -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;
|
||||
|
@@ -128,7 +128,7 @@ export default {
|
||||
display: inline-block;
|
||||
|
||||
&.active {
|
||||
color: #fff;
|
||||
color: @white;
|
||||
background-color: @blue;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user