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/ # 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:

View File

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

View File

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