Skip to content

Commit

Permalink
Heading styles. (#3719)
Browse files Browse the repository at this point in the history
Update formatting: no horizontal rule, bold title, other headings non-bold

Signed-off-by: Dave Welsch <[email protected]>
  • Loading branch information
dwelsch-esi authored Jan 9, 2025
1 parent 2ab3c16 commit 0fd2037
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions Docs/_static/aimet-furo.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,41 @@
[id^="term-"] {
font-weight: bold;
}

/*
* Heading formatting
*/

h1 {
font-size:2.5em;
margin-top:1.75rem;
margin-bottom:1rem;
}

h2 {
font-size:2em;
margin-top:1.75rem;
margin-bottom:1.25rem;
font-weight: normal;
}

h3 {
font-size:1.5em;
margin-top:1.25rem;
margin-bottom:1.25rem;
font-weight: normal;
}

h4 {
font-size:1.25em;
margin-top:1.25rem;
margin-bottom:1.25rem;
font-weight: normal;
}

h5 {
font-size:1.125em;
margin-top:1.25rem;
margin-bottom:1.25rem;
font-weight: normal;
}

0 comments on commit 0fd2037

Please sign in to comment.