Browse Source

change secondary color for spring

kaoritokashiki 6 years ago
parent
commit
5a6bb0efc0
1 changed files with 1 additions and 1 deletions
  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;