diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-03-18 13:20:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-03-18 14:35:18 +0000 |
commit | 4210219bed15cbd76c9e351db160f1d0188f78f8 (patch) | |
tree | 7fd25aed05cd217981d8b39b0fcf0f98cbf66d0a /web | |
parent | 49a40e377bf126e059022f652ecef9d18db80835 (diff) |
[fixmystreet.com] Some fixes to A/B edge cases.
Better contrast; don't show on /about/council.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet.com/layout.scss | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/web/cobrands/fixmystreet.com/layout.scss b/web/cobrands/fixmystreet.com/layout.scss index 985f16ca8..81c3b3d54 100644 --- a/web/cobrands/fixmystreet.com/layout.scss +++ b/web/cobrands/fixmystreet.com/layout.scss @@ -383,11 +383,13 @@ body.unresponsive-council { background: transparent; } - #main-nav { - text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); + .nav-menu a, + .nav-menu span { + color: #222; } .nav-menu--main { + font-weight: bold; span { color: inherit; } @@ -403,7 +405,6 @@ body.unresponsive-council { background-color: #fff; color: mix(#fad52a, #000, 50%); padding: 0.25em 0.5em; - text-shadow: none; } } @@ -416,10 +417,19 @@ body.unresponsive-council { background: darken(#fad52a, 5%); } - body.twothirdswidthpage .container .content footer .tablewrapper, + body.twothirdswidthpage .container .content footer .tablewrapper { + color: #222; + background: #fad52a; + } body.fullwidthpage .container .content footer .tablewrapper, #footer-nav .tablewrapper { - background: #fad52a; + color: #222; + background: transparent; + } + + #footer-nav .tablewrapper ul li a, + #footer-nav .tablewrapper ul li span { + color: #222; } .nav-menu--mysoc { |