upd: home

Add input-error style for validation feedback
This commit is contained in:
Ryan Prather 2025-06-03 13:01:47 -04:00
parent c933e6b91b
commit 44a8a72219

View File

@ -16,6 +16,9 @@
button.button i {
font-size: 1.5em;
}
.input-error {
border: solid 2px red !important;
}
</style>
{% endblock %}