Skip to content

Commit

Permalink
EWPP-5156: Use darker version of the ECL primary color for links.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra committed Jan 27, 2025
1 parent d313c3c commit 074c04b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sass/components/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {

a {
text-decoration: none;
color: var(--ecl-color-primary-100);
color: var(--ecl-color-primary-500);
&:hover,
&:focus {
text-decoration: underline;
Expand Down
2 changes: 1 addition & 1 deletion sass/compositions/_content_item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $color: var(--ecl-color-dark-140) !default;
.ecl-content-item__title,
.ecl-content-item-date__title {
a {
color: var(--ecl-color-primary-100);
color: var(--ecl-color-primary-500);
}
}

Expand Down

0 comments on commit 074c04b

Please sign in to comment.