diff options
-rw-r--r-- | web/cobrands/emptyhomes/css.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/emptyhomes/css.css b/web/cobrands/emptyhomes/css.css index 595d11ac2..da9afd104 100644 --- a/web/cobrands/emptyhomes/css.css +++ b/web/cobrands/emptyhomes/css.css @@ -189,14 +189,14 @@ a:hover, a:active { } #mysociety #postcodeForm { - background-color: #80AE7D; + background-color: #B1BECF; color: #000000; font-size: 130%; } #mysociety #front_stats div { vertical-align: middle; - background-color: #80AE7D; + background-color: #B1BECF; color: #000000; padding: 0.5em; width: 7em; |