💄 fix(sth): 样式美化

This commit is contained in:
BTMuli
2023-04-24 22:16:54 +08:00
parent 26048dc12e
commit ffc354a319
4 changed files with 18 additions and 5 deletions

View File

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