From d1d846e2fe2700daf5b32b2dbd51e7ea0c482295 Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 8 Nov 2015 11:32:41 -0500 Subject: [PATCH] change captcha background color --- contrib/static/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 59f670b..a6069a0 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -251,7 +251,7 @@ html { } #captcha_img { - background: grey; + background: #4DA6BD; } figure {