adaptation dark mode
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user