feat(cli): update site nav color

This commit is contained in:
陈嘉涵
2020-01-18 20:30:25 +08:00
parent cdbd67f379
commit 6191601e29
3 changed files with 44 additions and 49 deletions

View File

@@ -37,7 +37,7 @@ export default {
}
a {
color: @van-doc-blue;
color: @van-doc-green;
-webkit-font-smoothing: auto;
}

View File

@@ -126,16 +126,15 @@ export default {
color: #455a64;
font-size: 14px;
line-height: 28px;
transition: all 0.3s;
transition: color 0.2s;
&:hover {
color: #000;
&:hover,
&.active {
color: @van-doc-green;
}
&.active {
color: #000;
font-weight: 500;
font-size: 15px;
-webkit-font-smoothing: auto;
}
span {