💄 Mark the search result of algolia search.

This commit is contained in:
凡梦星尘
2022-08-02 15:12:49 +08:00
parent 1917055634
commit fdd49ab3cb
2 changed files with 17 additions and 13 deletions

View File

@@ -106,6 +106,13 @@
padding: 5px 0;
}
}
mark.search-keyword {
background: transparent;
border-bottom: 1px dashed $red;
color: $red;
font-weight: bold;
}
}
@if $algolia_search_enable {
@@ -169,11 +176,4 @@
margin: auto;
}
}
mark.search-keyword {
background: transparent;
border-bottom: 1px dashed $red;
color: $red;
font-weight: bold;
}
}