From 3ec3d71c5f9de7c2474edbd8709821eeca72416c Mon Sep 17 00:00:00 2001 From: Wolfsblvt Date: Thu, 6 Feb 2025 22:17:21 +0100 Subject: [PATCH] Reduced round corners on thinking, make ppl happy --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index d854c48cc..e026b73de 100644 --- a/public/style.css +++ b/public/style.css @@ -388,7 +388,7 @@ input[type='checkbox']:focus-visible { margin: 0.5em 2px; padding: 7px 14px; padding-right: calc(0.7em + 14px); - border-radius: 10px; + border-radius: 5px; background-color: var(--grey30); font-size: calc(var(--mainFontSize) * 0.9); align-items: baseline;