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; }