mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08:14 +08:00
🤔 feat(theme): 开始折腾主题
This commit is contained in:
6
src/themes/common/index.css
Normal file
6
src/themes/common/index.css
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @file themes common index.css
|
||||||
|
* @description 主题配置-公共样式
|
||||||
|
* @author BTMuli<bt-muli@outlook.com>
|
||||||
|
* @since Alpha v0.1.3
|
||||||
|
*/
|
||||||
9
src/themes/dark/index.css
Normal file
9
src/themes/dark/index.css
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
/**
|
||||||
|
* @file themes dark index.css
|
||||||
|
* @description 主题配置-暗色主题
|
||||||
|
* @author BTMuli<bt-muli@outlook.com>
|
||||||
|
* @since Alpha v0.1.3
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* 通用样式 */
|
||||||
|
@import "./common/index.css";
|
||||||
9
src/themes/light/index.css
Normal file
9
src/themes/light/index.css
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
/**
|
||||||
|
* @file themes light index.css
|
||||||
|
* @description 主题配置-亮色主题
|
||||||
|
* @author BTMuli<bt-muli@outlook.com>
|
||||||
|
* @since Alpha v0.1.3
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* 通用样式 */
|
||||||
|
@import "./common/index.css";
|
||||||
Reference in New Issue
Block a user