Sfoglia il codice sorgente

change secondary color for spring

kaoritokashiki 5 anni fa
parent
commit
5a6bb0efc0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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[light],
 html[dark] {
 html[dark] {
   $primary: $themecolor;
   $primary: $themecolor;
-  $secondary: $themelight;
+  $secondary: $accentcolor;
 
 
   // Background colors
   // Background colors
   $bgcolor-global: white;
   $bgcolor-global: white;