Просмотр исходного кода

sidebar content of light theme

kaho-y 4 лет назад
Родитель
Сommit
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;