mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
feat(cli): update site nav color
This commit is contained in:
@@ -37,7 +37,7 @@ export default {
|
||||
}
|
||||
|
||||
a {
|
||||
color: @van-doc-blue;
|
||||
color: @van-doc-green;
|
||||
-webkit-font-smoothing: auto;
|
||||
}
|
||||
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user