From 0daa7acc63c48f9d8aa36c39a24a632e3a30c902 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Tue, 2 Sep 2025 02:39:16 +0000 Subject: [PATCH] Update web/templates/entry_view.html --- web/templates/entry_view.html | 48 ++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/web/templates/entry_view.html b/web/templates/entry_view.html index e9e2051..830077a 100644 --- a/web/templates/entry_view.html +++ b/web/templates/entry_view.html @@ -92,7 +92,7 @@
- {{ entry.application|linebreaksbr|default:"—" }} + {{ entry.application|linebreaksbr|default:"—" }}
@@ -229,6 +229,12 @@ border-radius: 3px; padding: 0 .15em; } + + /* Subtle invalid style for individual Scripture pills */ + .chip-link.scripture-pill-invalid { + background-color: hsl(0 80% 94% / 0.75); + border-color: #efc1c1; + } + + + + {% endblock %} \ No newline at end of file