From 09bb07cfba6a87b6dc1e97e6abb89398416283cb Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 12 Dec 2016 16:29:51 +0000 Subject: 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. --- assets/stylesheets/responsive/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- cgit v1.2.3