mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-21 05:25:45 +08:00
💄 添加 透明度 bg
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
/**
|
/**
|
||||||
* @file assets themes light.css
|
* @file assets themes light.css
|
||||||
* @description 主题样式文件
|
* @description 主题样式文件
|
||||||
* @author BTMuli<bt-muli@outlook.com>
|
* @author BTMuli <bt-muli@outlook.com>
|
||||||
* @since Alpha v0.1.5
|
* @since Alpha v0.2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 主题色 */
|
/* 主题色 */
|
||||||
html.dark {
|
html.dark {
|
||||||
|
--common-bg: rgb(255 255 255 / 10%);
|
||||||
|
|
||||||
--sidebar-bg: #1e1e1e;
|
--sidebar-bg: #1e1e1e;
|
||||||
--sidebar-icon: #e1e1e1;
|
--sidebar-icon: #e1e1e1;
|
||||||
--page-bg:#2a2a2a;
|
--page-bg:#2a2a2a;
|
||||||
|
|||||||
@@ -1,12 +1,14 @@
|
|||||||
/**
|
/**
|
||||||
* @file assets themes dark.css
|
* @file assets themes dark.css
|
||||||
* @description 主题样式文件
|
* @description 主题样式文件
|
||||||
* @author BTMuli<bt-muli@outlook.com>
|
* @author BTMuli <bt-muli@outlook.com>
|
||||||
* @since Alpha v0.1.5
|
* @since Alpha v0.2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 主题色 */
|
/* 主题色 */
|
||||||
html.default {
|
html.default {
|
||||||
|
--common-bg: rgb(0 0 0 / 10%);
|
||||||
|
|
||||||
--sidebar-bg: #485466;
|
--sidebar-bg: #485466;
|
||||||
--sidebar-icon: #ece5d8;
|
--sidebar-icon: #ece5d8;
|
||||||
--page-bg:#ece5d8;
|
--page-bg:#ece5d8;
|
||||||
|
|||||||
Reference in New Issue
Block a user