Skip to content

Commit

Permalink
fix: improve hover consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford committed Jun 23, 2023
1 parent ffb4b39 commit 65705e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion newspack-theme/sass/site/primary/_posts-and-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ amp-script .cat-links {
@include utilities.link-transition;

&:hover {
color: var( --newspack-theme-color-primary-against-white );
color: var( --newspack-theme-color-link-hover );
}
}

Expand Down
2 changes: 1 addition & 1 deletion newspack-theme/sass/variables-site/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

// Links
--newspack-theme-color-link: var( --newspack-theme-color-secondary );
--newspack-theme-color-link-hover: var( --newspack-theme-color-secondary-variation );
--newspack-theme-color-link-hover: var( --newspack-theme-color-secondary-variation-against-white );

// Borders
--newspack-theme-color-border: #ccc;
Expand Down

0 comments on commit 65705e4

Please sign in to comment.