Skip to content

Commit

Permalink
Simplify the style for block
Browse files Browse the repository at this point in the history
  • Loading branch information
akasunil committed Jul 29, 2024
1 parent a08134f commit f880412
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/block-library/src/site-title/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
:root :where(.wp-block-site-title) {
.wp-block-site-title {
// This block has customizable padding, border-box makes that more predictable.
box-sizing: border-box;
}
:root :where(.wp-block-site-title a) {
color: inherit;

a {
color: inherit;
}
}

0 comments on commit f880412

Please sign in to comment.