From e7dcda6616cd5154c5a764ce5b061ecf1b758714 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 4 Feb 2026 23:03:14 +0900 Subject: feat(style): tweak font size of headings --- services/nuldoc/static/_all/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'services/nuldoc/static') diff --git a/services/nuldoc/static/_all/style.css b/services/nuldoc/static/_all/style.css index 160273e0..eba86a34 100644 --- a/services/nuldoc/static/_all/style.css +++ b/services/nuldoc/static/_all/style.css @@ -207,18 +207,18 @@ li.revision { } h1 { - font-size: 2.2rem; + font-size: 1.75rem; } .post-content h2 { - font-size: 1.25rem; + font-size: 1.4rem; margin: 2.5rem 0 1rem 0; padding-bottom: 0.5rem; border-bottom: 4px solid #000; } .post-content h3 { - font-size: 1.15rem; + font-size: 1.2rem; margin: 2rem 0 0.8rem 0; padding-bottom: 0.4rem; border-bottom: 2px solid #000; -- cgit v1.3-1-g0d28