Browse Source

changed to transparent

ryuichi-e 6 years ago
parent
commit
a9c36178e7
1 changed files with 3 additions and 0 deletions
  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;
+    }
   }
 }