Skip to content

Commit

Permalink
Merge pull request #2 from RobertDaleSmith/bugfix/transparent-header-…
Browse files Browse the repository at this point in the history
…logo

bugfix: removes gray background color added to header logos with transparent backgrounds
  • Loading branch information
mmarienko authored Feb 6, 2023
2 parents c7243f8 + 31ffb3f commit a9ab818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3701,6 +3701,7 @@ hr {
margin: 0 auto; } }

.site-header__logo-image {
background-color: transparent !important;
display: block; }
@media only screen and (min-width: 750px) {
.site-header__logo-image {
Expand Down

0 comments on commit a9ab818

Please sign in to comment.