♻️ 首页组件样式迭代

This commit is contained in:
目棃
2024-03-26 16:38:14 +08:00
parent 6b2ef079ca
commit 6a0749f234
7 changed files with 223 additions and 290 deletions

View File

@@ -1,7 +1,7 @@
/**
* @file assets/themes/dark.css
* @description 主题样式文件-深色主题
* @since Beta v0.4.1
* @since Beta v0.4.5
*/
/* dark mode */
@@ -18,6 +18,8 @@ html.dark {
--box-bg-3: #282c34;
--box-bg-4: #3d424b;
--box-bg-blue: var(--tgc-blue-1);
/* box bg transparent */
--box-bg-t-1: var(--tgc-white-3);

View File

@@ -18,6 +18,8 @@ html.default {
--box-bg-3: #dee4e9;
--box-bg-4: #f5f5f5;
--box-bg-blue: var(--tgc-blue-2);
/* box bg transparent */
--box-bg-t-1: var(--tgc-dark-5);