From 22a3e733a2f2e66af06fd5edd17650aa057f05b3 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Mon, 27 Oct 2025 11:48:50 -0500 Subject: [PATCH] shorten time slightly --- src/webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index c9e9bd1..12726b2 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1151,7 +1151,7 @@ textarea { padding: 6px; border-radius: 4px; &.removeElm { - animation-duration: 10s; + animation-duration: 4s; animation-name: errorElm; animation-fill-mode: forwards; animation-timing-function: ease-in-out;