Red_M 4 лет назад
Родитель
Сommit
8a17efbe71
2 измененных файлов с 14 добавлено и 0 удалено
  1. 7 0
      template.css
  2. 7 0
      template_css_vars.css

+ 7 - 0
template.css

@@ -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;
+}

+ 7 - 0
template_css_vars.css

@@ -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;
 }
+
+:root {
+    --swiper-theme-color: var(--main-accent-color) !important;
+}
+.buttonActive {
+    color: var(--main-accent-color) !important;
+}