diff --git a/web/templates/entry_view.html b/web/templates/entry_view.html
index b67cab7..4962f50 100644
--- a/web/templates/entry_view.html
+++ b/web/templates/entry_view.html
@@ -216,7 +216,14 @@
border-color:#c9def5;
}
- /* Light gray highlight for search hits */
+ /* Subject chip gets a hit → color the whole pill */
+ .chip-subject.chip-hit{
+ background:#f8e3c5; /* your chosen highlight color */
+ border-color:#e0b98e;
+ color:#111;
+ }
+
+ /* Light gray (peach) highlight for inline text hits */
.mark-hit {
background: #f8e3c5;
border-radius: 3px;
@@ -467,7 +474,7 @@ function showToast(message, duration = 3000) {
}
-
+
-
-
-
-
-
-
-
-{% endblock %}
+{% endblock %}
\ No newline at end of file