diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index f3c76bd47..c195d3eed 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -1,4 +1,10 @@ // Extra CSS overlaying elements +a { + &:visited { + color: $link-colour; + } +} + .form-control-1-1 { width: 100%; }