mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-02 06:45:08 +08:00
♻️ 横版布局,美化样式
This commit is contained in:
@@ -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; /* 一级背景色对应的文本色 */
|
||||
|
||||
@@ -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; /* 一级背景色对应的文本色 */
|
||||
|
||||
Reference in New Issue
Block a user