search.css 432 B

1234567891011121314151617181920212223242526
  1. .search_content > p > del {
  2. background-color: rgba(255, 255, 0, 0.5);
  3. color: black;
  4. text-decoration: none;
  5. }
  6. .search_content > p > strong > del {
  7. background-color: rgba(255, 255, 0, 0.5);
  8. color: black;
  9. font-weight: 700;
  10. text-decoration: none;
  11. }
  12. .search_content em {
  13. color: #177ddc;
  14. font-style: unset;
  15. }
  16. .bld {
  17. font-weight: 700;
  18. }
  19. .hl {
  20. background-color: rgba(255, 255, 0, 0.5);
  21. }
  22. .note {
  23. color: #177ddc;
  24. }