From bcbb629db87b6bc0e9a7880ec4ee1c90d284a6c7 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 5 Oct 2025 21:58:44 -0700 Subject: Bring back the notepad --- static/styles.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 90dafc1..f95be8d 100644 --- a/static/styles.css +++ b/static/styles.css @@ -95,11 +95,3 @@ 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