From eb04bc72d170db64ef4a9ba8f1509de34b8d85ad Mon Sep 17 00:00:00 2001 From: Theis Pieter Hollebeek Date: Tue, 14 Oct 2025 14:46:54 +0200 Subject: [PATCH] bigger h3s on docs --- docs/static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/static/style.css b/docs/static/style.css index 0d8759b..54a1cc4 100644 --- a/docs/static/style.css +++ b/docs/static/style.css @@ -64,7 +64,7 @@ h1, h2, h3, h4, h5, h6 { background: var(--clr-bg-1); border-radius: 0 0.5rem 0.5rem 0; - padding: 0.5em; + padding: 0.33em 0.5em; &::before { content: ""; position: absolute; @@ -113,3 +113,7 @@ table-of-contents h2 { all: initial; } } + +h3 { + font-size: 1.4em; +}