From 2bafb70e10dfa744dbd744828dffa2bccb703cb9 Mon Sep 17 00:00:00 2001 From: zhangshiliu Date: Wed, 25 Mar 2020 10:58:21 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E4=BF=AE=E6=94=B9=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=82=AC=E6=B5=AE=E9=A2=9C=E8=89=B2=E8=B7=9F=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 2 +- source/css/layout/basic.styl | 4 ++-- source/css/layout/variables.styl | 8 +------- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/_config.yml b/_config.yml index d53f9af..4856f24 100644 --- a/_config.yml +++ b/_config.yml @@ -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: diff --git a/source/css/layout/basic.styl b/source/css/layout/basic.styl index 71555a3..166f1f8 100644 --- a/source/css/layout/basic.styl +++ b/source/css/layout/basic.styl @@ -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; } } diff --git a/source/css/layout/variables.styl b/source/css/layout/variables.styl index eb26e66..b8118df 100644 --- a/source/css/layout/variables.styl +++ b/source/css/layout/variables.styl @@ -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 \ No newline at end of file +$button-border-color = $default-font-color \ No newline at end of file