aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorGareth Rees <gareth@garethrees.co.uk>2016-12-06 13:26:05 +0000
committerGareth Rees <gareth@garethrees.co.uk>2016-12-06 13:26:05 +0000
commitb6a384949cc7d8a0a9b56aaf73cb57a4294b60dc (patch)
treed69773abdbf9663824da66b237684bc855e17ee1 /assets
parenta26a2d5bddb3cba85cbddfc7475e2706f20e34ac (diff)
Force correspondence date links to always be grey
General link colour was overriding this.
Diffstat (limited to 'assets')
-rw-r--r--assets/stylesheets/responsive/custom.scss5
1 files changed, 5 insertions, 0 deletions
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;
}