From fca39df5e21d926bec9c3abc80ebb78a54fe6b06 Mon Sep 17 00:00:00 2001 From: TonyWhite Date: Fri, 22 Jul 2022 17:58:34 +0200 Subject: [PATCH] Underline the H3 titles --- data/styles/GitHub2.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/styles/GitHub2.css b/data/styles/GitHub2.css index 83ce9ccae..b2d46c65d 100644 --- a/data/styles/GitHub2.css +++ b/data/styles/GitHub2.css @@ -66,7 +66,8 @@ h2 { color: black; } h3 { - font-size: 18px; } + font-size: 18px; + border-bottom: 1px solid #cccccc; } h4 { font-size: 16px; } @@ -314,4 +315,4 @@ kbd { figure figcaption { text-align: center; font-size: 12px; -} \ No newline at end of file +}