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