Skip to content

Commit

Permalink
Update doc.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinamstutz committed Jun 16, 2021
1 parent fee767e commit 25d9d76
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -820,3 +820,21 @@ h1.page + aside.toc.embedded {
hyphens: none;
word-wrap: normal;
}

.doc h1 {
font-size: 2em !important;
}

.doc h2 {
font-size: 1.7em !important;
}

.doc h3 {
font-size: 1.4em !important;
font-weight: 500 !important;
}

.doc h4 {
font-size: 1.1em !important;
font-weight: 500 !important;
}

0 comments on commit 25d9d76

Please sign in to comment.