From 5e852e472cce301a46080bd4bde621825e2c5ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Mon, 20 May 2024 11:34:12 +0200 Subject: [PATCH] fix h5 and h6 headers --- src/css/doc.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/doc.css b/src/css/doc.css index 99e56b44..1379a4bc 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -53,13 +53,13 @@ body { } .doc h5 { - font-size: var(--doc-font-size-h6); + font-size: var(--doc-font-size-h5); font-weight: 600; margin-bottom: 0.5rem; } .doc h6 { - font-size: var(--doc-font-size-h6); + font-size: var(--doc-font-size-h5); } .doc h1 code,