Skip to content

Commit

Permalink
Adding contrast fix on hover/focus for links in menu as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra authored and grugnog committed May 23, 2024
1 parent 8d599ee commit 4f7d35f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ a.md-tabs__link:hover {
text-decoration: underline;
}
[data-md-color-scheme="default"] .md-content__inner a:focus,
[data-md-color-scheme="default"] .md-content__inner a:hover {
[data-md-color-scheme="default"] .md-content__inner a:hover,
[data-md-color-scheme="default"] .md-nav__link[href]:hover,
[data-md-color-scheme="default"] .md-nav__link[href]:focus {
color: #3440e4;
}
.md-copyright {
Expand Down

0 comments on commit 4f7d35f

Please sign in to comment.