diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 716064013..82a831222 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2245,6 +2245,14 @@ footer.webview-footer button { padding: 1px 10px 1px 10px; } +/* Search result highlighting */ +.search-result-title b, +.search-result-content b { + font-weight: 900; + color: orange; + text-shadow: 0 0 1px rgba(255, 165, 0, 0.3); +} + /* Customized icons */ .bx-tn-toc::before { diff --git a/apps/client/src/widgets/quick_search.ts b/apps/client/src/widgets/quick_search.ts index 0d4668feb..094404182 100644 --- a/apps/client/src/widgets/quick_search.ts +++ b/apps/client/src/widgets/quick_search.ts @@ -238,12 +238,12 @@ export default class QuickSearchWidget extends BasicWidget { let itemHtml = `