1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-12 01:17:04 +02:00

Merge pull request #1349 from Unleash/fix/docs-css-img-error

fix: don't apply extra image styling to images outside the main
This commit is contained in:
Thomas Heartman 2022-02-11 09:59:21 +01:00 committed by GitHub
commit 5d0b4b9ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ html[data-theme='dark'] {
--unleash-img-background-color: #fff; --unleash-img-background-color: #fff;
} }
img { main img {
background: var(--unleash-img-background-color); background: var(--unleash-img-background-color);
display: block; display: block;
margin: auto; margin: auto;