From 579f9045b982faa593965439b96cc53b204e5b5c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 17 Feb 2025 16:01:57 +0800 Subject: [PATCH] style.css: Reformat and improve checkbox accessibility Previously the expandable checkboxes were { display: none; } which made them impossible to focus via the keyboard. Here we change it to { opacity: 0; position: absolute; }, so it becomes keyboard-focusable. Then we add an outline to the