Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
fix: adjust the border color for search input
Browse files Browse the repository at this point in the history
  • Loading branch information
alaminfirdows committed Oct 28, 2024
1 parent a1adb16 commit a30575e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles/05-twilight.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@
"blocks": {
"core/post-comments-form": {
"css": "& textarea, input:not([type=submit]){border-radius:.25rem; border-color: color-mix(in srgb, currentColor 20%, transparent) !important;} & input[type=checkbox]{margin:0 .2rem 0 0 !important;} & label {font-size: var(--wp--preset--font-size--small); }"
},
"core/search": {
"css": "& .wp-block-search__input{border-color: color-mix(in srgb, currentColor 20%, transparent) !important;}"
}
}
}
Expand Down

0 comments on commit a30575e

Please sign in to comment.