From e2a2b7239dd10248ffbba9251ec9b8a5a0807b8d Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Tue, 2 Sep 2025 01:53:34 +0000 Subject: [PATCH] Update web/templates/entry_add.html --- web/templates/entry_add.html | 98 ++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/web/templates/entry_add.html b/web/templates/entry_add.html index 1ccf0d9..bb8bc27 100644 --- a/web/templates/entry_add.html +++ b/web/templates/entry_add.html @@ -112,6 +112,10 @@ @media (max-width: 860px) { .form-row.two, .form-row.three { grid-template-columns: 1fr; } } + + /* --- Subtle validation colors for Scripture field --- */ + .scripture-valid { background-color: hsl(140 80% 92% / 0.8); transition: background-color .15s ease; } + .scripture-invalid { background-color: hsl(0 80% 94% / 0.8); transition: background-color .15s ease; } {% endblock %} \ No newline at end of file