style(design): FINDING-002 — increase checkbox size from 13px to 18px

This commit is contained in:
Claude Agent
2026-03-19 23:28:08 +00:00
parent 1cea8cace0
commit a898666869

View File

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