From 7f7ff66e8e8ceb049bc651d5f5b32ecaa59e4f08 Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Fri, 20 Mar 2026 16:19:57 +0000 Subject: [PATCH] docs: increase sidebar nav and part-title font sizes --- docs/guide/theme/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/theme/custom.css b/docs/guide/theme/custom.css index 2c6caa91..301db4f1 100644 --- a/docs/guide/theme/custom.css +++ b/docs/guide/theme/custom.css @@ -69,7 +69,7 @@ code, pre, .hljs { padding: 6px 0; border-radius: 4px; transition: color 0.15s; - font-size: 1rem; + font-size: 1.3rem; } .sidebar ol.chapter li a:hover { @@ -84,7 +84,7 @@ code, pre, .hljs { /* Sidebar section headers */ .sidebar .chapter li.part-title { - font-size: 0.75rem; + font-size: 1.4rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;