diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-23 17:29:37 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-23 17:29:37 +0000 |
commit | f104509412e15c68685538962a7613b933352611 (patch) | |
tree | 5ae14e893d28d9ec75081411f6289635eb9957fa | |
parent | e6a3c2cadf75b773d970c7099a518e6143190824 (diff) |
don't use explicit colors for Zurich front page (postcode form)
-rw-r--r-- | web/cobrands/zurich/layout.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 47320e34f..9ebab6da1 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -87,6 +87,11 @@ body.mappage { } } +#front-main { + background-color: inherit; + color: inherit; +} + /* TODO Change the main-nav to be what is wanted */ #main-nav { ul#main-menu { |