diff --git a/src/extensions/default/bramble/stylesheets/style.css b/src/extensions/default/bramble/stylesheets/style.css index 26668a437..85cd5ca2e 100644 --- a/src/extensions/default/bramble/stylesheets/style.css +++ b/src/extensions/default/bramble/stylesheets/style.css @@ -29,6 +29,10 @@ background-image: url("../lib/appbar.fullscreen.box.svg"); } +#second-pane { + background: white !important; +} + .second-pane-scroll { overflow: scroll !important; }