瀏覽代碼

change secondary color to pink to be more cute

kaoritokashiki 6 年之前
父節點
當前提交
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;