From 082f84b2230bfe1dabcc4324c12ea66a888f0493 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 27 Sep 2024 22:57:18 -0500 Subject: [PATCH] Fix table of contents sizing --- 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 8e2b9b9f5475..74c705543a0f 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; }