Make thonking block font size scaling

This commit is contained in:
Wolfsblvt
2025-02-02 14:36:27 +01:00
parent a14e3b0657
commit ffeb6b45aa

View File

@@ -387,7 +387,7 @@ input[type='checkbox']:focus-visible {
padding: 7px 14px; padding: 7px 14px;
border-radius: 10px; border-radius: 10px;
background-color: var(--grey30); background-color: var(--grey30);
font-size: 0.9rem; font-size: calc(var(--mainFontSize) * 0.9);
} }
@supports not selector(:has(*)) { @supports not selector(:has(*)) {