|
|
@@ -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;
|