Skip to content

Commit

Permalink
Merge pull request #1349 from Unleash/fix/docs-css-img-error
Browse files Browse the repository at this point in the history
fix: don't apply extra image styling to images outside the main
  • Loading branch information
thomasheartman committed Feb 11, 2022
2 parents ca37b57 + 17d32f5 commit 5d0b4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ html[data-theme='dark'] {
--unleash-img-background-color: #fff;
}

img {
main img {
background: var(--unleash-img-background-color);
display: block;
margin: auto;
Expand Down

0 comments on commit 5d0b4b9

Please sign in to comment.