From 1905b90698b8171880b812bec1fcafaf0e35dc6a Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 20 Sep 2025 21:12:47 -0700 Subject: Ditch HTMX --- static/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 91e6fde..90dafc1 100644 --- a/static/styles.css +++ b/static/styles.css @@ -76,6 +76,7 @@ div.content-container { p.login-error { color: red; + margin-top: 0px; } form.password-form { @@ -94,3 +95,11 @@ input.password { border-radius: 15px; box-shadow: 0 0 10px rgba(255, 105, 180, 0.5); } + +.hidden { + opacity: 0; +} + +#save-indicator { + transition: opacity 0.3s ease-in-out; +} -- cgit v1.3.1