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 @@
Application
- {{ 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