From 93328cb48096ccbfae81d10b8fc447b1ed32bf5b Mon Sep 17 00:00:00 2001 From: 4cdn <4cdn@users.noreply.github.com> Date: Sun, 22 Nov 2015 16:16:47 -0500 Subject: [PATCH] table color to one lolz had --- contrib/static/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index db33e0c..2f61f99 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -45,7 +45,7 @@ pre { } td { - background-color: dimgrey; + background-color: #1C1C1C; } .board_td { @@ -59,7 +59,7 @@ td { #overview_graph { position: relative; top: 2px; - background: dimgrey; + background: #1C1C1C; } .reply, .ukko_thread_header {