From 5a2500dffc78030600f5e82297515792eb73cd02 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 17 Sep 2015 16:46:21 -0400 Subject: [PATCH] make dark --- contrib/static/site.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index e67a67d..af20a6a 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -44,7 +44,7 @@ textarea { } .reply, th, .ukko_thread_header { - background: #d6daf0; + background: #202331; } hr { @@ -75,7 +75,7 @@ a:visited { margin-top: 0px; z-index: 20; box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15); - background: #CFD8EF; + background: #202331; color: #616383; } @@ -101,7 +101,8 @@ th { } body { - background: linear-gradient(to top, #eef2ff, #eaf1ff) repeat scroll; + color: #ededed; + background: linear-gradient(to top, #001111, #001231) repeat scroll; font-family: arial,helvetica,sans-serif; font-size: 10pt; margin: 0 4px;