Skip to content

Commit

Permalink
Fix site title link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed May 26, 2024
1 parent 362d2ae commit 06f8857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions packages/block-library/src/site-title/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
border: 1px dashed;
}

.editor-styles-wrapper .wp-block-site-title {
a {
color: inherit;
}
.editor-styles-wrapper :where(.wp-block-site-title a) {
color: inherit;
}
6 changes: 2 additions & 4 deletions packages/block-library/src/site-title/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.wp-block-site-title {
a {
color: inherit;
}
:root :where(.wp-block-site-title a) {
color: inherit;
}

0 comments on commit 06f8857

Please sign in to comment.