- .search_content > p > del {
- background-color: yellow;
- color: black;
- text-decoration: none;
- }
- .search_content > p > strong > del {
- background-color: yellow;
- color: black;
- font-weight: 700;
- text-decoration: none;
- }
- .search_content em {
- color: #177ddc;
- font-style: unset;
- }
|