diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-03-08 11:14:51 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-03-08 11:14:51 +0000 |
commit | 1d2bf7c4c9d00ac25b715a3797c9a7f5bd9c170c (patch) | |
tree | 1d696e707bae0ddb3c555c1379d035b4ae9f8ad7 | |
parent | e946a7b752ec93144262b01fddf73a835274cc42 (diff) |
Remove other uses of green on front page.
-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; |