💄 修改浅色主题默认bg color

This commit is contained in:
目棃
2024-03-26 15:36:36 +08:00
parent eaf2245e38
commit 6b2ef079ca
2 changed files with 3 additions and 3 deletions

View File

@@ -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;