♻️ 横版布局,美化样式

This commit is contained in:
BTMuli
2023-08-27 22:32:05 +08:00
parent 6b0556da28
commit 0baa7adafd
7 changed files with 67 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
* @file assets themes light.css
* @description 主题样式文件
* @author BTMuli <bt-muli@outlook.com>
* @since Alpha v0.2.1
* @since Alpha v0.2.3
*/
/* 主题色 */
@@ -13,6 +13,12 @@ html.dark {
--common-shadow-4: rgb(255 255 255 / 40%);
--common-shadow-8: rgb(255 255 255 / 80%);
/* box-shadow-transparent */
--common-shadow-t-1: rgb(0 0 0 / 10%);
--common-shadow-t-2: rgb(0 0 0 / 20%);
--common-shadow-t-4: rgb(0 0 0 / 40%);
--common-shadow-t-8: rgb(0 0 0 / 80%);
/* box bg */
--common-bg-1: #3d424b; /* 一级背景色 */
--common-bgt-1: #faf7e8; /* 一级背景色对应的文本色 */

View File

@@ -2,7 +2,7 @@
* @file assets themes dark.css
* @description 主题样式文件
* @author BTMuli <bt-muli@outlook.com>
* @since Alpha v0.2.1
* @since Alpha v0.2.3
*/
/* 主题色 */
@@ -13,6 +13,12 @@ html.default {
--common-shadow-4: rgb(0 0 0 / 40%);
--common-shadow-8: rgb(0 0 0 / 80%);
/* box-shadow-transparent */
--common-shadow-t-1: rgb(255 255 255 / 10%);
--common-shadow-t-2: rgb(255 255 255 / 20%);
--common-shadow-t-4: rgb(255 255 255 / 40%);
--common-shadow-t-8: rgb(255 255 255 / 80%);
/* box bg */
--common-bg-1: #faf7e8; /* 一级背景色 */
--common-bgt-1: #3d424b; /* 一级背景色对应的文本色 */