From bf9e8c0c6982504f3db7b98b93f49b2af174df92 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Mon, 6 Jan 2025 08:59:47 -0500 Subject: [PATCH] adjust styling on password login and button --- wwwroot/css/site.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 96bdc95..6b0f993 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -96,8 +96,9 @@ button { margin: 20px auto; font-size: 20px; padding: 8px; - border: 1px solid #fff; - border-radius: 4px; + border: 1px solid #333; + border-radius: 8px; + box-sizing: border-box; } form input[type=password] {