Skip to content

Commit

Permalink
Merge pull request #3023 from uswds/mb-update-link-hover-color
Browse files Browse the repository at this point in the history
Use primary-dark for link hover color (was primary-darker)
  • Loading branch information
thisisdano committed Apr 9, 2019
2 parents d87d65c + 9a30899 commit 7707bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stylesheets/settings/_settings-color.scss
Expand Up @@ -129,5 +129,5 @@ General colors
// Links
$theme-link-color: 'primary' !default;
$theme-link-visited-color: 'violet-70v' !default;
$theme-link-hover-color: 'primary-darker' !default;
$theme-link-hover-color: 'primary-dark' !default;
$theme-link-active-color: 'primary-darker' !default;
2 changes: 1 addition & 1 deletion src/stylesheets/theme/_uswds-theme-color.scss
Expand Up @@ -129,5 +129,5 @@ General colors
// Links
$theme-link-color: 'primary';
$theme-link-visited-color: 'violet-70v';
$theme-link-hover-color: 'primary-darker';
$theme-link-hover-color: 'primary-dark';
$theme-link-active-color: 'primary-darker';

0 comments on commit 7707bff

Please sign in to comment.