From b6a384949cc7d8a0a9b56aaf73cb57a4294b60dc Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Tue, 6 Dec 2016 13:26:05 +0000 Subject: Force correspondence date links to always be grey General link colour was overriding this. --- assets/stylesheets/responsive/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index eb0da5f..0fce13b 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -565,6 +565,11 @@ div.correspondence { } } +a.correspondence__header__date, +a.correspondence__header__date:visited { + color: #777; +} + .describe_state_form input[type="radio"] + label { display:inline; } -- cgit v1.2.3 From d5af540ce6b3e87e20fe264588a67f708748516f Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Tue, 6 Dec 2016 13:26:37 +0000 Subject: Tweak scope of incoming correspondence link colour Should only apply to links in the correspondence, not e.g. the "Admin" link. --- assets/stylesheets/responsive/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 0fce13b..b05e2ce 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -550,7 +550,7 @@ div.correspondence { .incoming.correspondence { border-top: 8px solid $color_secondary; - a { + .correspondence_text a { color: $color_secondary; } a.link_to_this { -- cgit v1.2.3