ryuichi-e 5 лет назад
Родитель
Сommit
2954ff3cc7
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/client/styles/scss/theme/future.scss

+ 4 - 4
src/client/styles/scss/theme/future.scss

@@ -53,9 +53,9 @@ html[dark] {
   $bgcolor-sidebar-list-group: #162126; // optional
   $bgcolor-sidebar-list-group: #162126; // optional
 
 
   // Sidebar resize button
   // Sidebar resize button
-  $color-resize-button: #0E2329;
-  $bgcolor-resize-button: #00C2C4;
-  $color-resize-button-hover: #0E2329;
+  $color-resize-button: #0e2329;
+  $bgcolor-resize-button: #00c2c4;
+  $color-resize-button-hover: #0e2329;
   $bgcolor-resize-button-hover: lighten($bgcolor-resize-button, 5%);
   $bgcolor-resize-button-hover: lighten($bgcolor-resize-button, 5%);
 
 
   // Icon colors
   // Icon colors
@@ -85,7 +85,7 @@ html[dark] {
   // headers
   // headers
   @for $i from 1 through 6 {
   @for $i from 1 through 6 {
     h#{$i} {
     h#{$i} {
-      color: $color-header;
+      color: white;
     }
     }
   }
   }