Skip to content

Commit

Permalink
Attempt to fix build error by adjusting line 69
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolelaine committed Apr 26, 2024
1 parent 346ecf5 commit 2e50e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/dogwood/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ a:hover, a:active {
color: $primary-color-alt;

&:hover, &:active {
color: color.scale($primary-color-alt, $lightness: 20%);
color: lighten($primary-color-alt, 20%);
}
}
hr {
Expand Down

0 comments on commit 2e50e32

Please sign in to comment.