From 9b88e9306c13c29ef6378af91e65b6cc10a15721 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 02:05:23 +0100 Subject: [PATCH] Remove transition effects in index.css --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 593741f..652a09b 100644 --- a/src/index.css +++ b/src/index.css @@ -288,7 +288,7 @@ body { background: var(--bg-elevated); color: var(--ink); cursor: pointer; - transition: border-color 0.15s ease, background 0.15s ease; + transition: none; position: relative; }