mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-01 06:39:45 +08:00
✨ 重构真境剧诗页面UI,优化组件结构与样式
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/**
|
||||
* @file assets/themes/dark.css
|
||||
* @description 主题样式文件-深色主题
|
||||
* @since Beta v0.7.2
|
||||
* 主题样式文件-深色主题
|
||||
* @since v0.8.9
|
||||
*/
|
||||
|
||||
/* dark mode */
|
||||
@@ -30,6 +29,7 @@ html.dark {
|
||||
--box-text-4: var(--tgc-white-4);
|
||||
--box-text-5: var(--tgc-red-1);
|
||||
--box-text-7: var(--tgc-white-5);
|
||||
--box-text-8: var(--tgc-yellow-1);
|
||||
|
||||
/* button */
|
||||
--btn-text: var(--tgc-yellow-1);
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
/**
|
||||
* @file assets/themes/default.css
|
||||
* @description 主题样式文件-默认(浅色)主题
|
||||
* @since Beta v0.7.2
|
||||
* 主题样式文件-默认(浅色)主题
|
||||
* @since v0.8.9
|
||||
*/
|
||||
|
||||
/* default(light) theme */
|
||||
@@ -30,6 +29,7 @@ html.default {
|
||||
--box-text-4: var(--tgc-blue-3); /* subtitle */
|
||||
--box-text-5: var(--tgc-pink-1); /* tag */
|
||||
--box-text-7: var(--tgc-dark-7); /* quote */
|
||||
--box-text-8: var(--tgc-od-orange); /* sth hint */
|
||||
|
||||
/* button */
|
||||
--btn-text: var(--tgc-yellow-2); /* with tgc-btn-1 */
|
||||
|
||||
Reference in New Issue
Block a user