💄 添加 透明度 bg

This commit is contained in:
BTMuli
2023-06-14 00:20:27 +08:00
parent 2ee485660f
commit 7601b04024
2 changed files with 8 additions and 4 deletions

View File

@@ -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;

View File

@@ -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;