kaho-y 4 лет назад
Родитель
Сommit
ab441d2077
1 измененных файлов с 4 добавлено и 14 удалено
  1. 4 14
      src/client/styles/scss/theme/hufflepuff.scss

+ 4 - 14
src/client/styles/scss/theme/hufflepuff.scss

@@ -73,10 +73,9 @@ html[light] {
   $bgcolor-resize-button-hover: lighten($bgcolor-resize-button, 10%);
   // Sidebar contents
   $color-sidebar-context: $accentcolor;
-  $bgcolor-sidebar-context: lithen($themelight, 2%);
+  $bgcolor-sidebar-context: lighten($themelight, 8%);
   // Sidebar list group
-  $bgcolor-sidebar-list-group: lithen($themelight, 2%);
-
+  $bgcolor-sidebar-list-group: lighten($themelight, 10%);
 
   // ↓spring's copy↓
   // Icon colors
@@ -221,16 +220,10 @@ html[dark] {
   $color-resize-button-hover: $color-global;
   $bgcolor-resize-button-hover: darken($bgcolor-resize-button, 7%);
   // Sidebar contents
-  // $bgcolor-sidebar-context: $subthemecolor;
-  $bgcolor-sidebar-context: lighten($themedark, 5%);
   $color-sidebar-context: $color-global;
+  $bgcolor-sidebar-context: $subthemecolor;
   // Sidebar list group
-  // $bgcolor-sidebar-list-group: #; // optional
-
-  // $bgcolor-sidebar-context: darken($themedark, 5%);
-  // // Sidebar list group
-  // $bgcolor-sidebar-list-group: darken($themedark, 5%);
-
+  $bgcolor-sidebar-list-group: lighten($subthemecolor, 5%);
 
   // Icon colors
   $color-editor-icons: $color-global;
@@ -282,10 +275,7 @@ html[dark] {
   }
 
   .card-timeline > .card-header {
-    // background-color: $third-main-color;
-    // background-color: darken($themecolor, 5%);
     background-color: $accentcolor;
-
   }
 
   .growi:not(.login-page) {