From 7b3ec70a80b627496bb164118bc3200e4b22dd5c Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 19 Sep 2015 13:50:19 -0400 Subject: [PATCH] css tweak --- contrib/static/site.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contrib/static/site.css b/contrib/static/site.css index 3556508..5ddb4be 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -108,6 +108,13 @@ th { background: #d3d3d3; } +input, textarea { + color: whitesmoke; + background: #2d2d2d; + border-color: #4D28CA; + border-radius: 3px; +} + html { color: #ededed; background: #262230 url("/static/bg.png");