Skip to content
Discussion options

You must be logged in to vote

Hello @manueleckarth,
the H1 heading has custom styling, different than the rest of the page. This can be seen in your Browser Web Tools.

The other headings seem to be using the default from the body styling, which applies color: var(--md-typset-color).
Therefore, you can add extra css to your site and add this:

.md-typeset h1 {
  color: var(--md-typeset-color);
}

Selecting only h1 without the .md-typeset isn't enough, because of Specificity

Replies: 1 comment 1 reply

Comment options

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

Answer selected by manueleckarth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
duplicate Issue is a duplicate of another issue
2 participants