diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-03-08 10:20:47 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-03-08 10:20:47 +0000 |
commit | 488f9827d45e7930907f9310c76d43d1ddeb48ed (patch) | |
tree | b44b0b76140be941a7250579520e3050a1b2e099 | |
parent | 0b9b685f90b9b0c3ecf11c7c9f8ceedc448de241 (diff) |
Update EHA footer to have orange background.
-rw-r--r-- | web/cobrands/emptyhomes/css.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/cobrands/emptyhomes/css.css b/web/cobrands/emptyhomes/css.css index 97d0e1192..db711ae8a 100644 --- a/web/cobrands/emptyhomes/css.css +++ b/web/cobrands/emptyhomes/css.css @@ -168,8 +168,8 @@ a:hover, a:active { clear: both; font-size: 83%; border-top: solid 2em #ffffff; - background-color: #80AE7D; - color: #FFFFFF; + background-color: #fe6500; + color: #000; margin: 2em 0 1em 0; padding: 20px; overflow: auto; @@ -185,7 +185,7 @@ a:hover, a:active { } #emptyhomes-footer a { - color: #FFFFFF; + color: #000; } #mysociety #postcodeForm { |