diff options
author | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-06 13:26:37 +0000 |
---|---|---|
committer | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-06 13:26:37 +0000 |
commit | d5af540ce6b3e87e20fe264588a67f708748516f (patch) | |
tree | 5bf539615b34cbc5f0af98fa9006ace63ac7ca54 | |
parent | b6a384949cc7d8a0a9b56aaf73cb57a4294b60dc (diff) |
Tweak scope of incoming correspondence link colour
Should only apply to links in the correspondence, not e.g. the "Admin"
link.
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |