diff --git a/Docs/_static/aimet-furo.css b/Docs/_static/aimet-furo.css index ff8a085f8b5..80cdfac9ff3 100644 --- a/Docs/_static/aimet-furo.css +++ b/Docs/_static/aimet-furo.css @@ -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; +} \ No newline at end of file