From b0f7c544a9fe1afb2eadb2a24cfffea542bd90df Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 17 Mar 2026 02:19:30 +0000 Subject: [PATCH] =?UTF-8?q?fix(kon):=20improve=20focus=20ring=20=E2=80=94?= =?UTF-8?q?=203px=20offset,=20uses=20radius=20token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 9fd5396..e5c0d2c 100644 --- a/src/app.css +++ b/src/app.css @@ -154,8 +154,8 @@ textarea, input, [data-no-transition] { /* === Focus ring — consistent, accessible === */ :focus-visible { outline: 2px solid var(--color-accent); - outline-offset: 2px; - border-radius: 4px; + outline-offset: 3px; + border-radius: var(--radius-md); } /* === Selection colour === */