mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-10-08 01:39:57 +08:00
feat(cli): update link color
This commit is contained in:
parent
9b53839d49
commit
cc8e04d09c
@ -38,8 +38,16 @@ export default {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
margin: 0 1px;
|
margin: 0 1px;
|
||||||
color: @van-doc-green;
|
color: @van-doc-blue;
|
||||||
-webkit-font-smoothing: auto;
|
-webkit-font-smoothing: auto;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: darken(@van-doc-blue, 10%);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
color: darken(@van-doc-blue, 20%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user