Skip to content

Commit

Permalink
Fix radio button style (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtashjian authored Dec 7, 2024
1 parent e992237 commit abb5d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ label {
}

textarea,
input:not([type=submit]):not([type=checkbox]) {
input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
background-color: color-mix(in srgb, var(--wp--preset--color--theme-1) 98%, var(--wp--preset--color--theme-6) 2%);
border-color: var(--wp--preset--color--theme-4);
border-radius: var(--wp--preset--spacing--10);
Expand Down

0 comments on commit abb5d4e

Please sign in to comment.