소스 검색

sidebar content of light theme

kaho-y 5 년 전
부모
커밋
aa7dfde170
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      src/client/styles/scss/theme/hufflepuff.scss

+ 8 - 2
src/client/styles/scss/theme/hufflepuff.scss

@@ -73,9 +73,10 @@ html[light] {
   $bgcolor-resize-button-hover: lighten($bgcolor-resize-button, 10%);
   // Sidebar contents
   $color-sidebar-context: $accentcolor;
-  $bgcolor-sidebar-context: $themelight;
+  $bgcolor-sidebar-context: lithen($themelight, 2%);
   // Sidebar list group
-  $bgcolor-sidebar-list-group: $themelight;
+  $bgcolor-sidebar-list-group: lithen($themelight, 2%);
+
 
   // ↓spring's copy↓
   // Icon colors
@@ -226,6 +227,11 @@ html[dark] {
   // Sidebar list group
   // $bgcolor-sidebar-list-group: #; // optional
 
+  // $bgcolor-sidebar-context: darken($themedark, 5%);
+  // // Sidebar list group
+  // $bgcolor-sidebar-list-group: darken($themedark, 5%);
+
+
   // Icon colors
   $color-editor-icons: $color-global;