diff --git a/src/App.vue b/src/App.vue
index 58338c3..670f6b3 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,4 +1,5 @@
+
header
+
+
+
-
+
diff --git a/src/style.scss b/src/style.scss
index 0b103b1..6a24b35 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -64,8 +64,8 @@ body {
}
.swiper-pagination-bullet-active {
- color: rgb(255, 194, 0);
- border-top: solid 1px rgb(255, 194, 0);
+ color: $theme_color;
+ border-top: solid 1px $theme_color;
background: none;
}
}