diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-02-14 14:07:56 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-14 14:08:01 +0000 |
commit | 67b70cc1ca3ad97cfcaee8766c5b50ccc9b9e10b (patch) | |
tree | 4c3fc08fd0553f7f80df6228006346f879b293c2 | |
parent | a5373a4ce9e966f70cd5edf0334c27781d7a2f04 (diff) |
[fixmystreet.com] Improve front page hint contrast
-rw-r--r-- | web/cobrands/fixmystreet.com/base.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet.com/base.scss b/web/cobrands/fixmystreet.com/base.scss index 65af1272a..f261e677d 100644 --- a/web/cobrands/fixmystreet.com/base.scss +++ b/web/cobrands/fixmystreet.com/base.scss @@ -49,6 +49,10 @@ svg|g.site-logo__svg { @include svg-background-image("/cobrands/fixmystreet/images/site-logo"); } +#postcodeForm .form-hint { + color: $primary_text; +} + .next-steps { margin: 0 -1em; // counteract padding on parent background-color: #faf7e2; |