From 287a49f1964bf6a987769297a83936aa9beceea2 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 7 Oct 2016 07:35:06 -0400 Subject: [PATCH] fix tomorrow.css --- contrib/static/tomorrow.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/static/tomorrow.css b/contrib/static/tomorrow.css index b4e182d..9379b51 100644 --- a/contrib/static/tomorrow.css +++ b/contrib/static/tomorrow.css @@ -9,6 +9,11 @@ body padding-right: 4px; } +.post_body > pre { + color: #DADADA; +} + + main, aside, section @@ -640,4 +645,4 @@ img#nntpchan_banner { .post:target { background-color: #2c2d3e; box-shadow: 0px 0px 10px 2px; -} \ No newline at end of file +}