From 531fe2eb96acb0e1f2e5a7d769b28335339266c1 Mon Sep 17 00:00:00 2001 From: Brad Angelcyk Date: Thu, 9 Mar 2017 10:29:18 -0500 Subject: [PATCH] changes default border to white from grey The grey border draws as the same color as the background color in PuTTY. --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 1a407ab..f489cbe 100644 --- a/lib/index.js +++ b/lib/index.js @@ -42,7 +42,7 @@ function Table (options){ 'padding-left': 1 , 'padding-right': 1 , head: ['red'] - , border: ['grey'] + , border: ['white'] , compact : false } , head: []