From b209b2f7703641926c6d4b1f7162eef39b2a1ad8 Mon Sep 17 00:00:00 2001 From: Dora Anastasiou Date: Fri, 30 Dec 2022 11:55:16 +0000 Subject: [PATCH] refactor(storybook): visited link variables --- theme/themes/eea/globals/site.variables | 2 +- theme/themes/eea/tokens/colors.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/themes/eea/globals/site.variables b/theme/themes/eea/globals/site.variables index e04c2f3792..355939dc17 100644 --- a/theme/themes/eea/globals/site.variables +++ b/theme/themes/eea/globals/site.variables @@ -209,7 +209,7 @@ @linkColor : @blue-4; @linkHoverColor : @blue-5; -@linkVisitedColor : @purple-5; +@linkVisitedColor : @purple-4; @linkActiveColor : @blue-6; @linkUnderline : none; @linkHoverUnderline : @linkUnderline; diff --git a/theme/themes/eea/tokens/colors.less b/theme/themes/eea/tokens/colors.less index bb8ff43681..ed72a89044 100644 --- a/theme/themes/eea/tokens/colors.less +++ b/theme/themes/eea/tokens/colors.less @@ -10,7 +10,7 @@ @purple-1: #DFD6E7; @purple-2: #BEADCE; @purple-3: #9E84B6; -@purple-4: #7D5B9D; +@purple-4: #753AAD; @purple-5: #5C3285; @purple-6: #3C096C;