From 8c18b4405d4326807819f50fa0eef8ca4d523943 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 22 Sep 2015 07:28:26 -0400 Subject: [PATCH] make captcha image background not dark --- contrib/static/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/static/site.css b/contrib/static/site.css index bebf26c..b58970d 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -235,3 +235,7 @@ html { width: 50%; padding: 10px; } + +#captcha_img { + background: grey; +} \ No newline at end of file