From ba291dde6adeb470ad7b42e8322566a5190e6944 Mon Sep 17 00:00:00 2001 From: MonikaFu Date: Fri, 5 Jul 2024 14:52:44 +0200 Subject: [PATCH] Increase font size for table header --- inst/2dii_gitbook_style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inst/2dii_gitbook_style.css b/inst/2dii_gitbook_style.css index 92a048d..3fc731e 100644 --- a/inst/2dii_gitbook_style.css +++ b/inst/2dii_gitbook_style.css @@ -7,6 +7,10 @@ table td { font-size: 1.6rem !important; } +table th { + font-size: 1.6rem !important; +} + /* add line under the chapter numbers */ .level1 .header-section-number { display: inline-block;