2
0

search.css 289 B

123456789101112131415
  1. .search_content > p > del {
  2. background-color: yellow;
  3. color: black;
  4. text-decoration: none;
  5. }
  6. .search_content > p > strong > del {
  7. background-color: yellow;
  8. color: black;
  9. font-weight: 700;
  10. text-decoration: none;
  11. }
  12. .search_content em {
  13. color: #177ddc;
  14. font-style: unset;
  15. }