From 6b2ef079ca9301a6b07cd69703579e5b7ae38aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Tue, 26 Mar 2024 15:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E4=BF=AE=E6=94=B9=E6=B5=85?= =?UTF-8?q?=E8=89=B2=E4=B8=BB=E9=A2=98=E9=BB=98=E8=AE=A4bg=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/themes/default.css | 4 ++-- src/components/post/tb-collect.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/themes/default.css b/src/assets/themes/default.css index 3a88196e..b5cd11d5 100644 --- a/src/assets/themes/default.css +++ b/src/assets/themes/default.css @@ -1,13 +1,13 @@ /** * @file assets/themes/default.css * @description 主题样式文件-默认(浅色)主题 - * @since Beta v0.4.1 + * @since Beta v0.4.5 */ /* default(light) theme */ html.default { /* app container */ - --app-page-bg: #f9f6f2; + --app-page-bg: #ffffff; --app-page-content: #2f2f2f; --app-side-bg: #f2f2f2; --app-side-content: #222222; diff --git a/src/components/post/tb-collect.vue b/src/components/post/tb-collect.vue index 39a1981b..5a4ad114 100644 --- a/src/components/post/tb-collect.vue +++ b/src/components/post/tb-collect.vue @@ -1,7 +1,7 @@