Browse Source

change secondary color to pink to be more cute

kaoritokashiki 6 năm trước cách đây
mục cha
commit
98f48cbf5e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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[dark] {
   $primary: $themecolor;
+  $secondary: $themelight;
 
   // Background colors
   $bgcolor-global: white;