adaptation dark mode

This commit is contained in:
Timi
2025-12-10 15:02:17 +08:00
parent ad755c7d0e
commit 69bf186f0e
11 changed files with 195 additions and 201 deletions

View File

@ -9,18 +9,18 @@ page {
--theme-wx: #07C160;
/* === 背景色 === */
--theme-bg-primary: #FFFFFF;
--theme-bg-primary: #FFF;
--theme-bg-secondary: #F5F5F5;
--theme-bg-card: #FFFFFF;
--theme-bg-journal: #fff2c8;
--theme-bg-card: #FFF;
--theme-bg-journal: #fff2C8;
--theme-bg-overlay: rgba(0, 0, 0, .1);
--theme-bg-menu: rgba(255, 255, 255, .95);
/* === 文字颜色 === */
--theme-text-primary: #000000;
--theme-text-secondary: #777777;
--theme-text-tertiary: #999999;
--theme-text-disabled: #CCCCCC;
--theme-text-primary: #333;
--theme-text-secondary: #777;
--theme-text-tertiary: #999;
--theme-text-disabled: #CCC;
/* === 边框颜色 === */
--theme-border-light: rgba(0, 0, 0, .1);
@ -69,10 +69,10 @@ page[data-weui-theme="dark"] {
--theme-bg-menu: rgba(40, 40, 40, .95);
/* === 文字颜色 === */
--theme-text-primary: #FFFFFF;
--theme-text-secondary: #AAAAAA;
--theme-text-tertiary: #888888;
--theme-text-disabled: #666666;
--theme-text-primary: #FFF;
--theme-text-secondary: #AAA;
--theme-text-tertiary: #888;
--theme-text-disabled: #666;
/* === 边框颜色 === */
--theme-border-light: rgba(255, 255, 255, .1);