From a8e870a099f26e179facba010cda40b25e7bb9ab Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 7 Mar 2016 20:32:08 -0500 Subject: [PATCH] update bloodgod theme to include inputs and textares --- contrib/static/bloodgod.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/contrib/static/bloodgod.css b/contrib/static/bloodgod.css index 7a70f83..878e181 100644 --- a/contrib/static/bloodgod.css +++ b/contrib/static/bloodgod.css @@ -7,11 +7,21 @@ body { background: #111; } + +input, textarea { + color: #666; + background: #050505; +} + .navbar { background: #4E0000; color: black; } +#captcha_img { + background: #D80000; +} + .reply, .ukko_thread_header { border-color: #CA0101; }