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:
commit
5d0b4b9ccd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user