Skip to content
Discussion options

You must be logged in to vote


In the inspector you can check and see the classes used by the DOM elements.
However, note that the top nav header also uses the md-nav__item--active class.
Therefore you can use:

.md-nav__link--active {
    font-weight: bold;
}

Also the Material theme uses a similar approach to make the top nav header bold:

.md-nav__item--active > .md-nav__link {
    font-weight: bold;
}

Pick whichever you like ✌️

Replies: 1 comment 1 reply

Comment options

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

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