소스 검색

change secondary color for spring

kaoritokashiki 6 년 전
부모
커밋
5a6bb0efc0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;