From 371256e14712de65e84a5db9145fee0ae4cba1c4 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 7 Nov 2015 11:23:33 -0500 Subject: [PATCH] fix css a bit --- contrib/static/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/static/site.css b/contrib/static/site.css index 7c5bcd6..c651d53 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -45,6 +45,10 @@ pre { overflow-wrap: break-word; } +td { + background-color: dimgrey; +} + .reply, .ukko_thread_header { background: #202331; }