From e25e8373043db1100fbacc3199140a8fa237c11e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E6=97=A5=E8=AF=AD?= Date: Wed, 26 Oct 2022 19:35:42 +0800 Subject: [PATCH] =?UTF-8?q?waline=E6=8C=89=E9=92=AE=E9=AB=98=E4=BA=AE?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=20(#134)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/css/_plugins/comments/waline.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/_plugins/comments/waline.styl b/source/css/_plugins/comments/waline.styl index 6a060f7..e63ba0b 100644 --- a/source/css/_plugins/comments/waline.styl +++ b/source/css/_plugins/comments/waline.styl @@ -6,7 +6,7 @@ --waline-dark-grey: #666; /* 主题色 */ --waline-theme-color: $color-theme; - --waline-active-color: #2ecc71; + --waline-active-color: $color-hover; /* 布局颜色 */ --waline-color: #444; --waline-bgcolor: #fff;