Skip to content
Discussion options

You must be logged in to vote

Most of the colors are deduced from CSS variables. If you want to break out, you can always target specific colors via selectors. For example, the text color of the navigation tabs can be changed with:

.md-tabs__link {
  color: red;
}

.md-tabs__link:hover {
  color: green;
}

.md-tabs__link:focus {
  color: blue;
}

This can be similarily applied for :hover and :focus styles. Feel free to share your final adjustments with other users here!

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@GL513
Comment options

@squidfunk
Comment options

@squidfunk
Comment options

@GL513
Comment options

Answer selected by GL513
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