Skip to content

Commit

Permalink
Make active state in sidebar TOC nav more obvious.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-p-randall committed May 6, 2024
1 parent 5fe4a53 commit 5f38af9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/minimal-mistakes/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,8 @@
// @include yiq-contrasted($active-color);

.active a {
box-shadow: 0 0 0 0.1rem mix($background-color, $link-color-hover, 25%);
// box-shadow: 0 0 0 0.1rem mix($background-color, $link-color-hover, 25%);
box-shadow: inset 0 0 0 0.15rem mix($background-color, $link-color-hover, 5%);
}

}
Expand Down

0 comments on commit 5f38af9

Please sign in to comment.