Преглед изворни кода

change secondary color for spring

kaoritokashiki пре 6 година
родитељ
комит
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;