Skip to content

Commit

Permalink
fix codeblocks in h5 headers being capitalized in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Nov 23, 2024
1 parent 1c40050 commit a7f610e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.md-grid {
max-width: 1600px;
}

/* https://github.com/squidfunk/mkdocs-material/issues/7734 */
.md-typeset h5 code {
text-transform: none;
}

0 comments on commit a7f610e

Please sign in to comment.