huangbin 4 년 전
부모
커밋
122e6becec
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }