From 61fc6d076fb04d403bb69c0d428fa35acb9ee98e Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 17 Sep 2015 16:50:32 -0400 Subject: [PATCH] make dark --- 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 af20a6a..6d05924 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -6,7 +6,7 @@ } .frontend , .subject { - color: #0f0d2d; + color: #928BFF; } .name { @@ -118,7 +118,7 @@ body { .frontend { margin-top: 0px; - background: #e0f0f0; + background: red; display: inline-block; }