aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorGareth Rees <gareth@garethrees.co.uk>2016-12-06 13:26:37 +0000
committerGareth Rees <gareth@garethrees.co.uk>2016-12-06 13:26:37 +0000
commitd5af540ce6b3e87e20fe264588a67f708748516f (patch)
tree5bf539615b34cbc5f0af98fa9006ace63ac7ca54 /assets
parentb6a384949cc7d8a0a9b56aaf73cb57a4294b60dc (diff)
Tweak scope of incoming correspondence link colour
Should only apply to links in the correspondence, not e.g. the "Admin" link.
Diffstat (limited to 'assets')
-rw-r--r--assets/stylesheets/responsive/custom.scss2
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 {