From 7abdb24968bcb88f177851a30e41f282b9189a98 Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期三, 21 五月 2025 19:11:47 +0800 Subject: [PATCH] 初步框架 --- theme.scss | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/theme.scss b/theme.scss index f3bfe77..c4f8a20 100644 --- a/theme.scss +++ b/theme.scss @@ -3,7 +3,7 @@ transition: background-color 0.3s; &.light { - background-color: #ffffff; + background-color: #F5F5F5; color: #000000; --icon-color: #000000; --section-title: #000000; -- Gitblit v1.9.3