mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: don't apply extra image styling to images outside the main
Without this modifier, the border, background color, etc, also applies to logos in the header and footer, and that's not what we want.
This commit is contained in:
parent
141ea5fdb0
commit
17d32f5e43
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user