adjust styling on password login and button

This commit is contained in:
Ryan Peters 2025-01-06 08:59:47 -05:00
parent f35c2e499c
commit bf9e8c0c69

View File

@ -96,8 +96,9 @@ button {
margin: 20px auto; margin: 20px auto;
font-size: 20px; font-size: 20px;
padding: 8px; padding: 8px;
border: 1px solid #fff; border: 1px solid #333;
border-radius: 4px; border-radius: 8px;
box-sizing: border-box;
} }
form input[type=password] { form input[type=password] {