熊谷洸介(Kousuke Kumagai) 5 лет назад
Родитель
Сommit
a04a308c78
1 измененных файлов с 8 добавлено и 2 удалено
  1. 8 2
      src/client/styles/scss/theme/halloween.scss

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

@@ -59,11 +59,11 @@ html[dark] {
   $color-list-hover: $themecolor;
 
   // Search Top
-  $color-search: #814B02;
+  $color-search: $primary;
 
   // Navbar
   $bgcolor-navbar: #ECEDED;
-  $bgcolor-search-top-dropdown: #814B02;
+  $bgcolor-search-top-dropdown: $primary;
   $border-image-navbar: linear-gradient(90deg, #E3B7FF 0%, #134774 100%);
 
   // Logo colors
@@ -83,6 +83,12 @@ html[dark] {
   // Sidebar list group
   $bgcolor-sidebar-list-group: #2C2926; // optional
 
+  // Sidebar resize button
+  $color-resize-button: #EFFCFA;
+  $bgcolor-resize-button: $primary;
+  $color-resize-button-hover: #EFFCFA;
+  $bgcolor-resize-button-hover: lighten($bgcolor-resize-button, 5%);
+
   // Icon colors
   $color-editor-icons: $color-global;