mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
fix: preserve hues on empty-img filter in dark mode
This commit is contained in:
parent
f5b1705925
commit
748ecff0c4
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
}
|
||||
|
||||
.empty-img img {
|
||||
filter: invert(0.9);
|
||||
filter: invert(0.9) hue-rotate(180deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue