💄 颜色变更

This commit is contained in:
BTMuli
2023-10-09 19:19:30 +08:00
parent 93fe738c97
commit 146f3404f0

View File

@@ -1,8 +1,7 @@
/**
* @file assets themes default.css
* @description 主题样式文件-默认(浅色)主题
* @author BTMuli <bt-muli@outlook.com>
* @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;