Create signup page

This commit is contained in:
jaina heartles 2022-12-10 01:42:07 -08:00
parent d191391aff
commit 783e3699e8
3 changed files with 157 additions and 0 deletions

View file

@ -92,6 +92,10 @@ form[action*=login] .textinput span.suffix {
outline: none;
}
.form-helpinfo {
font-size: small;
}
button, a.button {
padding: 5px;
border-radius: 10px;