From d1389164f931634aa118cd799abf44432b527fb1 Mon Sep 17 00:00:00 2001 From: developer Date: Mon, 11 Nov 2024 13:36:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/colors/typography-light.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/colors/typography-light.scss b/_sass/colors/typography-light.scss index 31b52fb7dfa..7dec307d437 100644 --- a/_sass/colors/typography-light.scss +++ b/_sass/colors/typography-light.scss @@ -26,7 +26,7 @@ /* Sidebar */ --site-title-color: #6d6d6d; /* 侧边栏标题颜色 */ --site-subtitle-color: #4f4f4f; /* 侧边栏副标题颜色 */ - --sidebar-bg: linear-gradient(to bottom, #e0f7fa, #ffffff); /* 浅蓝色到白色的渐变,清新自然 */ + --sidebar-bg: linear-gradient(to right, #e0f7fa, #a7ffeb); /* 浅蓝色到浅绿色的渐变,现代且清新 */ --sidebar-border-color: linear-gradient(to right, #efefef, #e0e0e0); /* 侧边栏边框渐变 */ --sidebar-muted-color: #545454; /* 侧边栏次要文本颜色 */ --sidebar-active-color: #1d1d1d; /* 侧边栏活动项颜色 */