素材日历 overlay 完工

This commit is contained in:
BTMuli
2023-05-19 22:52:48 +08:00
parent 779bc3a0d3
commit a27f627706
14 changed files with 301 additions and 148 deletions

View File

@@ -2,7 +2,7 @@
* @file assets themes light.css
* @description 主题样式文件
* @author BTMuli<bt-muli@outlook.com>
* @since Alpha v0.1.4
* @since Alpha v0.1.5
*/
/* 主题色 */
@@ -15,6 +15,7 @@ html.dark {
--back-top-shadow: #000000;
--theme-switch-icon: #e1e1e1;
--post-default-text: #faf7e8;
--calendar-item-btn: #faf7e8;
--content-bg-1: #1e1e1e;
--content-bg-2: #393b40;

View File

@@ -2,7 +2,7 @@
* @file assets themes dark.css
* @description 主题样式文件
* @author BTMuli<bt-muli@outlook.com>
* @since Alpha v0.1.4
* @since Alpha v0.1.5
*/
/* 主题色 */
@@ -15,6 +15,7 @@ html.default {
--back-top-shadow: #546d8b;
--theme-switch-icon: #393b40;
--post-default-text: #1e1e1e;
--calendar-item-btn: #fec90b;
--content-bg-1: #546d8b;
--content-bg-2: #faf7e8;