Skip to content

Commit

Permalink
fix hover color on links dark theme (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Mar 13, 2024
1 parent 6130f6b commit b005c41
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,14 @@
--md-primary-fg-color--light: #4b6786;
--md-primary-fg-color--dark: #0c1015;
}
[data-md-color-scheme="slate"] .md-typeset a:hover {
color: #699cfa !important;
}

[data-md-color-scheme="slate"] .md-nav__item .md-nav__link--active:hover {
color: #699cfa !important;
}

[data-md-color-scheme="slate"] .md-nav__link a:hover {
color: #699cfa !important;
}

0 comments on commit b005c41

Please sign in to comment.