diff options
author | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-12 16:29:51 +0000 |
---|---|---|
committer | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-14 10:28:59 +0000 |
commit | 09bb07cfba6a87b6dc1e97e6abb89398416283cb (patch) | |
tree | c65b421f7ed32d183907dcd91b18db74b1041ec2 /assets | |
parent | d61e73eb3a0ce28d8da7af7a205f52c4c61f2d64 (diff) |
Make request status text black
Otherwise there's not enough contrast between it and the new colour
background.
Fixes https://github.com/mysociety/alavetelitheme/issues/83.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index b05e2ce..036f758 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -650,6 +650,10 @@ a.link_to_this { color: $status-success; } +.request-status-message { + color: $color_black; +} + /* Attachments*/ .view_html_prefix { |