diff --git a/web/templates/entry_view.html b/web/templates/entry_view.html index ccc0cc2..b67cab7 100644 --- a/web/templates/entry_view.html +++ b/web/templates/entry_view.html @@ -218,7 +218,7 @@ /* Light gray highlight for search hits */ .mark-hit { - background: #CCF2F4; + background: #f8e3c5; border-radius: 3px; padding: 0 .15em; }