diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-27 15:54:49 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-03-14 13:32:37 +0000 |
commit | fc172603a4061f33c5e6796e8375e01b7c814111 (patch) | |
tree | dba125641d6006774c069db27206900ceb211068 | |
parent | e94a252f5c15dbc217d67b998f1d29670205ad08 (diff) |
Prevent override of mobile nav visited links.
-rw-r--r-- | web/cobrands/sass/_base.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 4f46d685a..4e2a2fd5f 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -560,6 +560,9 @@ ul.error { font-size: 1.25em; border-bottom: 0.25em solid #333; } + a:visited { + color: #333; + } a:hover, span.hover { background-color: #333; color: #fff; |