Skip to content

Commit

Permalink
Update formatting: no horizontal rule, bold title, other headings non…
Browse files Browse the repository at this point in the history
…-bold

Signed-off-by: Dave Welsch <dwelsch@expertsupport.com>
  • Loading branch information
dwelsch-esi committed Jan 9, 2025
1 parent f437692 commit b5a7014
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions Docs/_static/aimet-furo.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,35 @@
*/

h1 {
font-size:2.25em;
border-top-style: solid;
border-top-left-radius: 0;
border-top-right-radius: 0;
font-size:2.5em;
margin-top:1.75rem;
margin-bottom:1rem;
}

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

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

h4 {
font-size: 1em;
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 b5a7014

Please sign in to comment.