visuddhinanda 2 лет назад
Родитель
Сommit
0dfa41b98a
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      dashboard/src/components/fts/search.css

+ 3 - 3
dashboard/src/components/fts/search.css

@@ -1,10 +1,10 @@
 .search_content > p > del {
-  background-color: yellow;
+  background-color: rgba(255, 255, 0, 0.5);
   color: black;
   text-decoration: none;
 }
 .search_content > p > strong > del {
-  background-color: yellow;
+  background-color: rgba(255, 255, 0, 0.5);
   color: black;
   font-weight: 700;
   text-decoration: none;
@@ -19,7 +19,7 @@
 }
 
 .hl {
-  background-color: yellow;
+  background-color: rgba(255, 255, 0, 0.5);
 }
 .note {
   color: #177ddc;