diff --git a/web/templates/entry_view.html b/web/templates/entry_view.html
index 3b98650..ccc0cc2 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: #ececec;
+ background: #CCF2F4;
border-radius: 3px;
padding: 0 .15em;
}