I have my own callout with such a css:
.callout[data-callout=“define”] {
background-color: rgb(255, 255, 255);
}
.callout[data-callout=“define”] .callout-icon {
display: none;
}
i want to change color, but i cant if color is rgb(33, 33, 33)
but if i write white color it changes, why?
how can I change the color to a darker one? (rgb(40, 40, 40) is the default)
I use the Material Gruvbox color scheme
As far as I understand, I cannot change the color to a darker than the background on this background. If I switch to a light theme, then of course it will work.
Huh, yeah. Not sure. Do you have any other snippets at play?
I’m using a less-than-great monitor at the moment, but I’m seeing black using this snippet and the Gruvbox Material in dark mode. You could try adding the callout-blend-mode to see if it helps.