mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(cli): update link color
This commit is contained in:
parent
9b53839d49
commit
cc8e04d09c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user