Dark mode extension
Posted: Sat Nov 14, 2020 12:22 pm
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
You can also use the wildcard for other settings as f.i. multiple cards
use this code
Code: Select all
.darkmode--activated [ id*="wb_Image"]
{
mix-blend-mode: difference;
}