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

+ 0 - 21
src/client/styles/scss/theme/halloween.scss

@@ -112,35 +112,14 @@ html[dark] {
   @import 'apply-colors';
   @import 'apply-colors';
   @import 'apply-colors-dark';
   @import 'apply-colors-dark';
 
 
-  .search-top {
-    input {
-      background-color: #eceded;
-    }
-
-    i {
-      color: #949494;
-    }
-  }
-
   // Table
   // Table
   .table {
   .table {
     color: $color-global;
     color: $color-global;
   }
   }
 
 
-  .table-bordered {
-    //微妙
-    th,
-    td {
-      border: 1px solid $themecolor;
-    }
-  }
-
   pre {
   pre {
     color: #edba4a;
     color: #edba4a;
     background: #000000;
     background: #000000;
   }
   }
 
 
-  .authors {
-    color: #302e2e;
-  }
 }
 }