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/
|
||||
busuanzi_count:
|
||||
# count values only if the other configs are false
|
||||
enable: true
|
||||
enable: false
|
||||
# custom uv span for the whole site
|
||||
site_uv: true
|
||||
site_uv_header:
|
||||
|
|
|
@ -53,8 +53,8 @@ a:hover, a:active {
|
|||
padding: 0.5em 1em;
|
||||
|
||||
&:hover {
|
||||
color: $button-hover-color;
|
||||
border: 1px solid $button-border-hover-color;
|
||||
color: $a-hover-color;
|
||||
border: 1px solid $a-hover-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -59,10 +59,4 @@ $a-hover-color = #2273d8
|
|||
$button-color = $default-font-color
|
||||
|
||||
// 按钮边框颜色
|
||||
$button-border-color = $default-font-color
|
||||
|
||||
// 按钮悬浮颜色
|
||||
$button-hover-color = #505050
|
||||
|
||||
// 按钮边框悬浮颜色
|
||||
$button-border-hover-color = #505050
|
||||
$button-border-color = $default-font-color
|
Loading…
Reference in New Issue