Просмотр исходного кода

change secondary color for spring

kaoritokashiki 5 лет назад
Родитель
Сommit
5a6bb0efc0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/styles/scss/theme/spring.scss

+ 1 - 1
src/client/styles/scss/theme/spring.scss

@@ -48,7 +48,7 @@ $accentcolor: #e08dbc;
 html[light],
 html[dark] {
   $primary: $themecolor;
-  $secondary: $themelight;
+  $secondary: $accentcolor;
 
   // Background colors
   $bgcolor-global: white;