Update: 修改按钮悬浮颜色跟主题色保持一致
This commit is contained in:
parent
ed6ae6e389
commit
2bafb70e10
|
@ -55,7 +55,7 @@ valine:
|
||||||
# Get more information on http://ibruce.info/2015/04/04/busuanzi/
|
# Get more information on http://ibruce.info/2015/04/04/busuanzi/
|
||||||
busuanzi_count:
|
busuanzi_count:
|
||||||
# count values only if the other configs are false
|
# count values only if the other configs are false
|
||||||
enable: true
|
enable: false
|
||||||
# custom uv span for the whole site
|
# custom uv span for the whole site
|
||||||
site_uv: true
|
site_uv: true
|
||||||
site_uv_header:
|
site_uv_header:
|
||||||
|
|
|
@ -53,8 +53,8 @@ a:hover, a:active {
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $button-hover-color;
|
color: $a-hover-color;
|
||||||
border: 1px solid $button-border-hover-color;
|
border: 1px solid $a-hover-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,9 +60,3 @@ $button-color = $default-font-color
|
||||||
|
|
||||||
// 按钮边框颜色
|
// 按钮边框颜色
|
||||||
$button-border-color = $default-font-color
|
$button-border-color = $default-font-color
|
||||||
|
|
||||||
// 按钮悬浮颜色
|
|
||||||
$button-hover-color = #505050
|
|
||||||
|
|
||||||
// 按钮边框悬浮颜色
|
|
||||||
$button-border-hover-color = #505050
|
|
Loading…
Reference in New Issue