diff options
author | Dave Arter <davea@mysociety.org> | 2019-08-08 15:54:27 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-08-09 09:38:02 +0100 |
commit | 66e9a60124c5df10b33efc21b0bf2d64b91e4c7b (patch) | |
tree | b5238cccb798ff2d5b717921f857e42b595a4fdb | |
parent | 80131ff0362b161c8a3f082e6f81ea9ff1693402 (diff) |
[fixmystreet.com] Improve fixmystreet.org link visibility in footer
-rw-r--r-- | web/cobrands/fixmystreet.com/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet.com/layout.scss b/web/cobrands/fixmystreet.com/layout.scss index 18b67b53b..5ab22c081 100644 --- a/web/cobrands/fixmystreet.com/layout.scss +++ b/web/cobrands/fixmystreet.com/layout.scss @@ -370,6 +370,10 @@ footer { .footer-marketing { color: #ccc; + + a { + color: white; + } } .healthcheck-unit { |