From 3341abef64c39fed078d5d71c6ad6ecc3e57f4ce Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Mon, 9 Sep 2024 00:47:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/variables.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index f4e44145..7948a7c6 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -15,6 +15,10 @@ "info": ( "base": #a9aeb8, ), + ), + + $bg-color: ( + "page": #f5f8fd, ) );