From f9ec3b89d557d72708da104ffb699ea5fc825717 Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Thu, 9 Apr 2026 01:22:01 +0100 Subject: [PATCH] add h4 styling --- base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base.css b/base.css index 010e02c..d01c5d0 100644 --- a/base.css +++ b/base.css @@ -100,6 +100,12 @@ figcaption::before { font-weight: bold; } +h4 { + font-style: italic; + font-weight: bold; + font-size: 1.2em; +} + kbd { color: var(--bg);