Reduced round corners on thinking, make ppl happy

This commit is contained in:
Wolfsblvt
2025-02-06 22:17:21 +01:00
parent 79b8229b1b
commit 3ec3d71c5f

View File

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