@@ -219,3 +219,10 @@ input:focus input[type=checkbox]:focus {
color: ###accent### !important;
background-color: rgba(###accent_rgb###, .2) !important;
}
+
+:root {
+ --swiper-theme-color: ###accent### !important;
+}
+.buttonActive {
+ color: ###accent### !important;
@@ -227,3 +227,10 @@ input:focus input[type=checkbox]:focus {
color: var(--main-accent-color) !important;
background-color: rgba(var(--main-accent-rgb-color), .2) !important;
+ --swiper-theme-color: var(--main-accent-color) !important;
+ color: var(--main-accent-color) !important;