Skip to content

Commit

Permalink
fix hover color on links dark theme (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Mar 10, 2024
1 parent 52b36cd commit d7166b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
--md-primary-fg-color--light: #4b6786;
--md-primary-fg-color--dark: #0c1015;
}

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

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

0 comments on commit d7166b2

Please sign in to comment.