From d5c7989c8ee27e7129303ea389c426a395649377 Mon Sep 17 00:00:00 2001 From: fuzzykitten Date: Fri, 7 Mar 2025 10:35:54 -0500 Subject: [PATCH] made checkboxes of postform smaller --- srv/css/style4.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srv/css/style4.css b/srv/css/style4.css index 5afc70e..521d19d 100644 --- a/srv/css/style4.css +++ b/srv/css/style4.css @@ -168,7 +168,7 @@ input[type=checkbox] { -moz-appearance: none; appearance: none; -padding:5px 15px; +padding:3px 3px; font-size: 2px; background-color: black; accent-color: black;