Ver Fonte

修改夜间模式

zhangyihao há 5 meses atrás
pai
commit
8219995e29
1 ficheiros alterados com 4 adições e 0 exclusões
  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;
+}