Skip to content

Commit

Permalink
Fix site logo block on dark backgrounds. (#35718)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Oct 18, 2021
1 parent 487fd90 commit 3b837a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/site-logo/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
// By setting the dashed border to currentColor, we ensure it's visible
// against any background color.
color: currentColor;
background: transparent;
&::before {
content: "";
display: block;
Expand Down

0 comments on commit 3b837a0

Please sign in to comment.