How to Change "New Document" button color in sidebar?

Hey! I have recently started to look for some CSS code to change my Remnote. Does anyone know how I can change the color of the button that shows up on the bottom of the sidebar? It would be great to just change the overall scheme color, right now is blue and mint, the color of Remnote, is there any way to override the default colors or to change them?

Thanks!

#document-sidebar [data-action~="new_doc"] {
	background-color: ;
}

If you use Browser Dev Tool - Elements Page, you can find it how to change this.
and MDN Doc would also helpful

1 Like