From 90db5db49fb53fd7ab0725e70995ab4e64637f10 Mon Sep 17 00:00:00 2001 From: serapath Date: Thu, 31 Aug 2017 16:31:25 +0200 Subject: [PATCH] FIX revert terminal background color --- src/app/panels/terminal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/panels/terminal.js b/src/app/panels/terminal.js index 22680dfc4f..fe772b21cf 100644 --- a/src/app/panels/terminal.js +++ b/src/app/panels/terminal.js @@ -16,7 +16,7 @@ var css = csjs` font-size : 12px; font-family : monospace; color : black; - background-color : white; + background-color : lightgrey; margin-top : auto; height : 100%; min-height : 1.7em;