diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-04-24 08:49:57 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-04-24 08:49:57 +0100 |
commit | e41ddb3731dd10afc6ab92f1d47a332dfd5a6f90 (patch) | |
tree | 1b1d0cb7b8326e7cab9a61f8590c8b322f83f5eb /web | |
parent | 0e589bbe50bde9a73a0f8c3ca640b35828d348d8 (diff) |
Swap EHA postcode/footer colours.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/emptyhomes/css.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/web/cobrands/emptyhomes/css.css b/web/cobrands/emptyhomes/css.css index da9afd104..9c8c1c32d 100644 --- a/web/cobrands/emptyhomes/css.css +++ b/web/cobrands/emptyhomes/css.css @@ -168,7 +168,7 @@ a:hover, a:active { clear: both; font-size: 83%; border-top: solid 2em #ffffff; - background-color: #fe6500; + background-color: #B1BECF; color: #000; margin: 2em 0 1em 0; padding: 20px; @@ -189,20 +189,26 @@ a:hover, a:active { } #mysociety #postcodeForm { - background-color: #B1BECF; + background-color: #fe6500; color: #000000; font-size: 130%; } +#mysociety #postcodeForm a, #mysociety #postcodeForm a:hover { + color: #000000; + background-color: inherit; +} + #mysociety #front_stats div { vertical-align: middle; - background-color: #B1BECF; + background-color: #fe6500; color: #000000; padding: 0.5em; width: 7em; } #mysociety #front_stats div a { color: #000000; + background-color: inherit; } #mysociety #problem_form { |