From 587cdf4e75eb899dbd19068d21bd38a86263cb10 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 13 Jul 2016 09:00:24 -0400 Subject: [PATCH] fix tomorrow theme --- contrib/static/tomorrow.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/static/tomorrow.css b/contrib/static/tomorrow.css index 0b6cd42..1b59209 100644 --- a/contrib/static/tomorrow.css +++ b/contrib/static/tomorrow.css @@ -336,6 +336,12 @@ textarea margin-bottom: 1px; float: left; clear: both; + background-color: #0f0f0f; + border-color: #242424; +} + +pre { + background-color: #0f0f0f; } .post