From 5122e9cd8794b2f8ea53ac2a2af684ce9666a17e Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 1 Apr 2026 08:10:53 -0700 Subject: [PATCH] Bump ToC font size to match body text Co-Authored-By: Claude Opus 4.6 (1M context) --- web/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/style.css b/web/static/style.css index ad79505..3e6e10a 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -376,7 +376,7 @@ button:hover, .btn:hover { max-height: calc(100vh - 2rem); overflow-y: auto; padding: 0.5rem 0; - font-size: 0.75rem; + font-size: 0.875rem; line-height: 1.5; border-right: 1px solid var(--border-lt); padding-right: 1rem;