From 146f3404f052685ca3a3ceba30282fb512388414 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 9 Oct 2023 19:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E9=A2=9C=E8=89=B2=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/themes/default.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/assets/themes/default.css b/src/assets/themes/default.css index 69d6bf7b..202cc2c3 100644 --- a/src/assets/themes/default.css +++ b/src/assets/themes/default.css @@ -1,8 +1,7 @@ /** * @file assets themes default.css * @description 主题样式文件-默认(浅色)主题 - * @author BTMuli - * @since Beta v0.3.2 + * @since Beta v0.3.3 */ /* default(light) theme */ @@ -14,7 +13,7 @@ html.default { --app-side-content: #222222; /* box container */ - --box-bg-1: #fffdfa; + --box-bg-1: #ebe7df; --box-bg-2: #f2f9f6; --box-bg-3: #dee4e9; --box-bg-4: #f5f5f5;