Skip to content

Commit

Permalink
Tweak link.hover color in notice blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Aug 28, 2024
1 parent 12a0f64 commit 58a566e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes/_notices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
color: mix(#000, $notice-color, 10%);

&:hover {
color: mix(#000, $notice-color, 50%);
color: mix(#4e4e4e, $notice-color, 50%);
}
}

Expand Down

0 comments on commit 58a566e

Please sign in to comment.