Ver código fonte

change secondary color for spring

kaoritokashiki 6 anos atrás
pai
commit
5a6bb0efc0
1 arquivos alterados com 1 adições e 1 exclusões
  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;