From 9b3c073692065f3fe4420dc7aa8e63953269b005 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 7 Nov 2015 10:58:53 -0500 Subject: [PATCH] fix css a bit --- contrib/static/site.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 33b566e..720148a 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -44,10 +44,14 @@ pre { overflow-wrap: break-word; } -.reply, th, .ukko_thread_header, legend { +.reply, th, .ukko_thread_header { background: #202331; } +legend { + background-color: grey; +} + tr { background: #202123; }