diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-09-04 09:38:29 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-09-22 09:49:59 +0100 |
commit | 0db1c1921b1e00a139e00ff376bd7c76563846aa (patch) | |
tree | f4b35f2ed83c9a093cbc8b7d45ad756f943665c8 | |
parent | e9215e6a4142e1eb2871879912fc5711c6c30e9c (diff) |
Restore visited link colour change
-rw-r--r-- | app/assets/stylesheets/responsive/_global_style.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/responsive/_global_style.scss b/app/assets/stylesheets/responsive/_global_style.scss index 290591b5f..af25fb0b0 100644 --- a/app/assets/stylesheets/responsive/_global_style.scss +++ b/app/assets/stylesheets/responsive/_global_style.scss @@ -17,6 +17,9 @@ a { &:focus { color: #333333; } + &:visited { + color: darken(#2688dc, 10%); + } } h1, h2, h3, h4, h5, h6 { |