sign in system pretty much

This commit is contained in:
ralphi3
2026-06-18 13:48:25 +12:00
parent eda37b8ad1
commit 723c60fa22
6 changed files with 85 additions and 18 deletions
+14
View File
@@ -62,4 +62,18 @@ image {
border-color: black;
border-width: 2px;
border-style: groove;
}
.flash-messages {
list-style-type: none;
margin: 0 0 16px 0;
padding: 0;
}
.flash-messages li {
background-color: #fee2e2;
color: #991b1b;
padding: 10px 14px;
border-radius: 4px;
margin-bottom: 8px;
}