huangbin 4 tahun lalu
induk
melakukan
122e6becec
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 8 0
      src/assets/styles/theme.css

+ 8 - 0
src/assets/styles/theme.css

@@ -1,6 +1,14 @@
+/* 默认主题 */
+:root {
+    --m-grey0: #364048 ;
+}
+
+/* 黑色主题 */
 :root[theme="dark"] {
     --m-grey0: #364048 ;
 }
+
+/* 白色主题 */
 :root[theme="light"] {
 --m-grey0: #5179E2;
 }