Procházet zdrojové kódy

change secondary color to pink to be more cute

kaoritokashiki před 6 roky
rodič
revize
98f48cbf5e
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/client/styles/scss/theme/spring.scss

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

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