Skip to content

Commit

Permalink
css: make h1 colored
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Mar 3, 2024
1 parent 22b7362 commit 93889c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,9 @@

.md-social {
margin: auto !important;
}

.md-typeset h1 {
color: var(--md-typeset-a-color);
font-weight: 700;
}

0 comments on commit 93889c0

Please sign in to comment.