Remove transition effects in index.css

This commit is contained in:
2026-02-01 02:05:23 +01:00
parent 0b0d3daddc
commit 9b88e9306c

View File

@@ -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;
}