Plugin: Note Link System

Anyone has a quick CSS trick for changing the background color of the panel?
As a wild guess I tried the following, but this doesn't affect all elements on the panel. There's a dark border or something similar that remains due to Joplin's dark theme.

* {background-color: #FFFFFF; }

image