Fix tiny checkboxes and radio buttons in Safari (#39332)

This commit is contained in:
diondiondion 2026-06-08 15:07:01 +02:00 committed by GitHub
parent 94918dfcd1
commit 51a956b6bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -500,6 +500,8 @@ code {
input[type='radio'] {
accent-color: var(--color-text-brand);
width: 15px;
height: 15px;
}
}
@ -533,6 +535,8 @@ code {
label.checkbox {
input[type='checkbox'] {
accent-color: var(--color-text-brand);
width: 15px;
height: 15px;
}
}