add wechat color in theme
This commit is contained in:
@ -5,6 +5,9 @@
|
||||
|
||||
/* 浅色模式变量 */
|
||||
page {
|
||||
/* 微信标准色 */
|
||||
--theme-wx: #07C160;
|
||||
|
||||
/* === 背景色 === */
|
||||
--theme-bg-primary: #FFFFFF;
|
||||
--theme-bg-secondary: #F5F5F5;
|
||||
@ -54,6 +57,9 @@ page {
|
||||
|
||||
/* 深色模式变量 */
|
||||
page[data-weui-theme="dark"] {
|
||||
/* 微信标准色 */
|
||||
--theme-wx: #07C160;
|
||||
|
||||
/* === 背景色 === */
|
||||
--theme-bg-primary: #1A1A1A;
|
||||
--theme-bg-secondary: #2A2A2A;
|
||||
|
||||
Reference in New Issue
Block a user