From 3457fe4895d1fd91d8ad2ca94eaa9bd71791d9cb Mon Sep 17 00:00:00 2001 From: xugaoyi <894072666@qq.com> Date: Sun, 22 May 2022 20:00:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89badgeTipColor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vdoing/styles/palette.styl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vdoing/styles/palette.styl b/vdoing/styles/palette.styl index b0a0155..4aeb4ea 100644 --- a/vdoing/styles/palette.styl +++ b/vdoing/styles/palette.styl @@ -29,9 +29,10 @@ $bannerTextColor = #fff // 首页banner区(博客标题)文本颜色 $accentColor = #11A8CD $activeColor = #ff5722 $arrowBgColor = #ccc -$badgeTipColor = #42b983 -$badgeWarningColor = darken(#ffe564, 35%) -$badgeErrorColor = #DA5961 +// 放弃使用 +// $badgeTipColor = #42b983 +// $badgeWarningColor = darken(#ffe564, 35%) +// $badgeErrorColor = #DA5961 // 布局 $navbarHeight = 3.6rem