From a69d2a915f95d628c1f5e260a6a2371d3af564c3 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sat, 9 Nov 2024 04:36:03 -0500 Subject: Fix checkbox border on press --- styles/widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/widgets.css b/styles/widgets.css index 840038c..76a1475 100644 --- a/styles/widgets.css +++ b/styles/widgets.css @@ -158,7 +158,7 @@ } .checkbox:active { - border: 10px solid #aaa; + border: 7px solid #aaa; } .checkbox::after -- cgit v1.2.3