Explorar o código

修改夜间模式

zhangyihao hai 7 meses
pai
achega
8219995e29
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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-background-2: var(--van-background-2, #1c1c1e);
   --color-block-background: var(--van-border-color, #3a3a3c);
   --color-block-background: var(--van-border-color, #3a3a3c);
 }
 }
+.van-theme-dark{
+  --van-background-2: #ffffff !important;
+  --van-text-color: #445267 !important;
+}