David Kaltschmidt 7 anni fa
parent
commit
b95b796a34
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      public/sass/pages/_explore.scss

+ 1 - 1
public/sass/pages/_explore.scss

@@ -308,7 +308,7 @@
     }
 
     .logs-row-match-highlight--preview {
-      background-color: lighten($typeahead-selected-color, 70%);
+      background-color: rgba($typeahead-selected-color, 0.2);
       border-bottom-style: dotted;
     }