mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
feat(cli): update link color
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user