2
0
kaho-y 4 жил өмнө
parent
commit
ab441d2077

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

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