Browse Source

修改夜间模式

zhangyihao 5 tháng trước cách đây
mục cha
commit
8219995e29
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/styles/variables.less

+ 4 - 0
src/styles/variables.less

@@ -14,3 +14,7 @@ html.dark {
   --color-background-2: var(--van-background-2, #1c1c1e);
   --color-block-background: var(--van-border-color, #3a3a3c);
 }
+.van-theme-dark{
+  --van-background-2: #ffffff !important;
+  --van-text-color: #445267 !important;
+}