From 313612dad7a6843f753f2331d38b07b896676701 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 27 Sep 2024 22:59:38 -0500 Subject: [PATCH] Fix table of contents sizing (#7751) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now Screenshot 2024-09-27 at 10 57 40 PM Previously Screenshot 2024-09-27 at 10 57 46 PM --- docs/stylesheets/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 8e2b9b9f5..74c705543 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -155,7 +155,7 @@ See https://github.com/astral-sh/uv/issues/5130 */ } /* Increase the size of the index nav item to match the sections */ -.md-nav__item:first-child { +.md-nav--primary .md-nav__item:first-child { font-size: 17.5px; font-weight: normal; }