Hi, since Roll20 added their new darkmode, they added two new CSS classes outside of the character sheet CSS that adds a white background to every single character sheet.
Here is a video showing the issue
The class is part of a form that the custom CSS can't reach, I've already tried to change the background color by adding this on my CSS :
.sheetform {
background-color : transparent;
}
.sheet-darkmode {
background-color : transparent;
}
But nothing happens, obviously..
Any idea on how to get rid of that white background anyone ? :(