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