Hello,
I’m no expert in CSS, but I’ve tried to play with it a bit, and there is a basic thing I don’t understand.
This is my CSS snippet:
.rem-reference--pdf-highlight {
border-color: RGBA(253, 251, 197);
border-width: 7px;
}
This is the result in light mode: a bright visible yellow
vs dark mode, it’s darker than the background…?
What puzzles me it that this behaviour seems to depend on the colour chosen, with red, everything is somewat ok:
I don’t understand what is happening… can anyone be kind enough to explain this (I think) basic stuff to me.