Skip to content

Commit

Permalink
Fix: Remove redundant font-weight inherit from quote block.
Browse files Browse the repository at this point in the history
  • Loading branch information
SainathPoojary committed Jan 3, 2025
1 parent a8adb83 commit 1207d64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@ hr.wp-block-separator.is-style-dots::before {

.editor-styles-wrapper .wp-block-quote p {
color: inherit;
font-weight: inherit;
margin: 0 0 20px 0;
letter-spacing: inherit;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@ hr.wp-block-separator.is-style-dots::before {

.editor-styles-wrapper .wp-block-quote p {
color: inherit;
font-weight: inherit;
margin: 0 0 20px 0;
letter-spacing: inherit;
}
Expand Down

0 comments on commit 1207d64

Please sign in to comment.