feat(cli): update link color

This commit is contained in:
陈嘉涵 2020-02-13 09:58:44 +08:00
parent 9b53839d49
commit cc8e04d09c

View File

@ -38,8 +38,16 @@ export default {
a {
margin: 0 1px;
color: @van-doc-green;
color: @van-doc-blue;
-webkit-font-smoothing: auto;
&:hover {
color: darken(@van-doc-blue, 10%);
}
&:active {
color: darken(@van-doc-blue, 20%);
}
}
h1,