Page 1 of 1

Dark mode extension

Posted: Sat Nov 14, 2020 12:22 pm
by Fender
It is possible to use a wildcard for multiple items you want to exclude from the dark mode, find the id and
use this code

Code: Select all

.darkmode--activated [ id*="wb_Image"]
{
mix-blend-mode: difference;
}
You can also use the wildcard for other settings as f.i. multiple cards

Re: Dark mode extension

Posted: Sat Nov 14, 2020 2:01 pm
by wwonderfull
thank you very much for the code. 👍