ソースを参照

changed to transparent

ryuichi-e 6 年 前
コミット
a9c36178e7
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/client/styles/scss/theme/antarctic.scss

+ 3 - 0
src/client/styles/scss/theme/antarctic.scss

@@ -123,6 +123,9 @@ html[dark] {
 
   #search-typeahead-asynctypeahead {
     background-color: $bgcolor-global;
+    .table {
+      background-color: transparent;
+    }
   }
 }