Update: 修改按钮悬浮颜色跟主题色保持一致

This commit is contained in:
zhangshiliu 2020-03-25 10:58:21 +08:00
parent ed6ae6e389
commit 2bafb70e10
3 changed files with 4 additions and 10 deletions

View File

@ -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:

View File

@ -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;
}
}

View File

@ -60,9 +60,3 @@ $button-color = $default-font-color
//
$button-border-color = $default-font-color
//
$button-hover-color = #505050
//
$button-border-hover-color = #505050