From a898666869bb3cff2e9d1474ba2ebb70136634de Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Thu, 19 Mar 2026 23:28:08 +0000 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-002=20=E2=80=94=20incr?= =?UTF-8?q?ease=20checkbox=20size=20from=2013px=20to=2018px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/static/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/app/static/css/style.css b/api/app/static/css/style.css index e324a3d..b7f2975 100644 --- a/api/app/static/css/style.css +++ b/api/app/static/css/style.css @@ -35,6 +35,14 @@ body { padding: 0; } +/* ── Checkboxes — accessible size ────────────────── */ +input[type="checkbox"] { + width: 1.125rem; + height: 1.125rem; + accent-color: var(--blue-600); + cursor: pointer; +} + /* ── Top Navbar ──────────────────────────────────── */ .top-navbar { position: fixed;