From 34a2a69a28457f5b58c357cb19f091330cca6110 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 20 Sep 2025 19:54:13 -0700 Subject: Don't use http basic auth I think http basic auth kind of sucks --- static/styles.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 9e7d347..91e6fde 100644 --- a/static/styles.css +++ b/static/styles.css @@ -73,3 +73,24 @@ div.content-container { padding: 50px; display: flex; } + +p.login-error { + color: red; +} + +form.password-form { + display: flex; + align-items: center; +} + +label.password-label { + padding-right: 20px; +} + +input.password { + background: #f5f5f5; + outline: none; + border: 5px solid #ff69b4; + border-radius: 15px; + box-shadow: 0 0 10px rgba(255, 105, 180, 0.5); +} -- cgit v1.3.1