summaryrefslogtreecommitdiffstats
path: root/static/styles.css
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-05 21:58:44 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-05 21:58:44 -0700
commitbcbb629db87b6bc0e9a7880ec4ee1c90d284a6c7 (patch)
tree7372c59802fb589f798a9e849d621dac158dc04b /static/styles.css
parent83d80b0672be886e7c6ccfad60949dbddb1b4173 (diff)
downloadroseh.moe-bcbb629db87b6bc0e9a7880ec4ee1c90d284a6c7.tar.zst
Bring back the notepad
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css8
1 files changed, 0 insertions, 8 deletions
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;
-}