Hi! Since it seems there is no way to avoid Windowed panes now (Remnote team seems to have decided to remove the option in the new update), I’d like to have a code to change the color in that view. I currently use this code:
/* Main */
body {
background: #f7f5f3;
}
.document--narrow {
background-color: #f7f5f3;
}
#document-sidebar {
background-color: #f7f5f3;
}
#document {
background-color: #f7f5f3
}
.navigation-bar {
background-color: #f7f5f3;
}
#document .document-title {
background-color: #f7f5f3;
}
However, with the windowed pane view, it looks like this:
I’d like everything that is white there to be the color of my background. Thanks a lot for your help!