i’m not sure what exactly is going on with images in callouts in some themes, but the transparency (i’m not even sure if it’s actual transparency or some kind of color filter) looks bad. i’m trying to fix this with css, but nothing works.
current attempt:
.callout .callout-content img {
opacity: 1 !important;
filter: none !important;
mix-blend-mode: normal !important;
all: revert !important; /* Reverts all styles to default */
}
this doesn’t change anything. does someone know how to fix this? please, it looks so horrible T_T
how do i even find out if images have a transparent background? it seems to affect all of them anyway, not just some, it just looks worse in some. also it’s not like this in all themes, just some? it’s also ONLY in callouts, nowhere else