Skip to content

Commit

Permalink
Reduce specificity of default Cover text color styles. (#56411)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines authored Nov 22, 2023
1 parent ae57cac commit 537fa57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
h4,
h5,
h6 {
&:not(.has-text-color) {
&:where(:not(.has-text-color)) {
color: inherit;
}
}
Expand Down

0 comments on commit 537fa57

Please sign in to comment.