瀏覽代碼

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;
+    }
   }
 }