Просмотр исходного кода

change secondary color to pink to be more cute

kaoritokashiki 5 лет назад
Родитель
Сommit
98f48cbf5e
1 измененных файлов с 1 добавлено и 0 удалено
  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;