This reverts commit 032f7f2dc92ceb46a28d96ff9644291395a93630.
@@ -7,4 +7,3 @@ node_modules/
.swc
web-assets/
project.private.config.json
-src/assets/env_style/
@@ -0,0 +1 @@
+@themeColor: #2ABED1;
@@ -0,0 +1,5 @@
+$themeColor: #2ABED1;
+
+page {
+ --themeColor: #2ABED1;
+}