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