From 20e0d593bbc52bbd44c192589c0f374e96a41c64 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 24 Aug 2025 00:58:33 +0000 Subject: [PATCH] Update web/templates/entry_view.html --- web/templates/entry_view.html | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) 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