Skip to content

Commit

Permalink
fix: correct button visited color (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford authored Feb 21, 2024
1 parent c633f01 commit da10aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newspack-theme/sass/blocks/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ p.has-background {
outline: none;

&:visited {
color: #fff;
color: var( --newspack-theme-color-against-secondary );
}
}

Expand Down

0 comments on commit da10aec

Please sign in to comment.