How do I change the background color for the note list pane?

It's userchrome.css and try something like

div.note-list {
    background: #3d4251;
}

There's some info on how to find the element names here.

2 Likes