From feb61f9b58a527b75c1af9cac8f2c5099d146109 Mon Sep 17 00:00:00 2001 From: developer Date: Sun, 10 Nov 2024 15:42:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= 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 d9eefdd80b1..1fb1a07abdf 100644 --- a/_sass/colors/typography-light.scss +++ b/_sass/colors/typography-light.scss @@ -4,7 +4,7 @@ @mixin light-scheme { /* Framework color */ - --main-bg: rgb(255, 255, 251); + --main-bg: rgb(255, 252, 242); --mask-bg: #c1c3c5; --main-border-color: #f3f3f3;