From be7823cfa417f52ba1162efc41a23e26b82243df Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 2 Mar 2016 14:01:16 -0800 Subject: [PATCH] darker bg color --- main/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/index.css b/main/index.css index dec9f138..1a5cc70e 100644 --- a/main/index.css +++ b/main/index.css @@ -12,7 +12,7 @@ body { overflow: auto; font-family: BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif; -webkit-user-select: none; - background: #333; + background: rgb(40, 40, 40); font-size: 16px; line-height: 1.5em; -webkit-app-region: drag;