From b5a7014ecdffac4aaf7e98ada49222d6839c65e6 Mon Sep 17 00:00:00 2001 From: Dave Welsch Date: Thu, 9 Jan 2025 13:49:00 -0800 Subject: [PATCH] Update formatting: no horizontal rule, bold title, other headings non-bold Signed-off-by: Dave Welsch --- Docs/_static/aimet-furo.css | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/Docs/_static/aimet-furo.css b/Docs/_static/aimet-furo.css index 93c2b8a1adf..80cdfac9ff3 100644 --- a/Docs/_static/aimet-furo.css +++ b/Docs/_static/aimet-furo.css @@ -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; -} \ No newline at end of file +} \ No newline at end of file