Skip to content
Discussion options

You must be logged in to vote

Maybe not exactly what you're asking for, but this extra CSS should improve the readability similar to GitHub's docs:

.md-nav__link--active {
  background-color: var(--md-code-bg-color);
  border-radius: 0.2em;
  padding: 0.2em;
  outline: 0.1em solid;
}

/* Additional styling to fix glitches */

.md-sidebar__inner {
  padding-top: 0.1em;
}

.md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link {
  box-shadow: initial;
}
firefox_quwzTnDSaa.mp4

Replies: 4 comments 2 replies

Comment options

alexvoss
Jan 22, 2024
Collaborator Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@HonkingGoose
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by kamilkrzyskow
Comment options

You must be logged in to vote
1 reply
@kamilkrzyskow
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants