diff --git a/themes/fid_adlr/scss/_customMixins.scss b/themes/fid_adlr/scss/_customMixins.scss index 0aabc737b82eb77e4e45205e6120bb40c6c9fac6..0e295390a59fc06b59216b5ff1e6b582b76c362b 100644 --- a/themes/fid_adlr/scss/_customMixins.scss +++ b/themes/fid_adlr/scss/_customMixins.scss @@ -282,6 +282,10 @@ color: $azure !important; } + &:visited { + color: $azure !important; + } + @media screen and (min-width: $screen-sm-min) and (max-width: $screen-md-max) { font-size: $font-size-menu-sm; left: calc(#{$logo-max-width} / 2);