From 5f87a3745abc7e1aee7e2580ae5a4f358468227a Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Mon, 27 Jul 2015 19:22:38 -0400
Subject: [PATCH] fix regression with default css not resetting to the correct
 bg color

---
 pd/nw/css/default.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css
index 4df7e06e0..3e431e740 100644
--- a/pd/nw/css/default.css
+++ b/pd/nw/css/default.css
@@ -53,6 +53,7 @@
 #patch_body {
     margin: 0px;
     font-family: "DejaVu Sans Mono";
+    background-color: white;
 }
 
 #selection_rectangle {
-- 
GitLab