From 4f806ac6924f64a28b748998497dd42c09eaf139 Mon Sep 17 00:00:00 2001 From: Gavin Date: Sun, 28 May 2023 18:46:48 +0200 Subject: [PATCH] improve rendering of subheadings --- .../main/style/asciidoctor/css/hibernate-layout.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/documentation/src/main/style/asciidoctor/css/hibernate-layout.css b/documentation/src/main/style/asciidoctor/css/hibernate-layout.css index 0c250f1b5d..61b5f073f3 100644 --- a/documentation/src/main/style/asciidoctor/css/hibernate-layout.css +++ b/documentation/src/main/style/asciidoctor/css/hibernate-layout.css @@ -90,7 +90,15 @@ h3 { margin-bottom: 1.0em !important; line-height:1.0125em !important } -h4,h5,h6{ +h4{ +font-weight: bold !important; + font-size:1.125em !important; + text-decoration: none !important; + color:#4a5d75 !important; + font-family: 'Noto Serif', 'Lucida Grande', Geneva, Verdana, Arial, sans-serif !important + margin-top: 1em !important; + margin-bottom: 0.8em !important; +}h4,h5,h6{ font-size:1.125em !important; text-decoration: none !important; color:#4a5d75 !important;