diff options
author | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-06 13:26:05 +0000 |
---|---|---|
committer | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-06 13:26:05 +0000 |
commit | b6a384949cc7d8a0a9b56aaf73cb57a4294b60dc (patch) | |
tree | d69773abdbf9663824da66b237684bc855e17ee1 | |
parent | a26a2d5bddb3cba85cbddfc7475e2706f20e34ac (diff) |
Force correspondence date links to always be grey
General link colour was overriding this.
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 5 |
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; } |