From d735b05597972305fe7b722f00fffd3b6ca0d68d Mon Sep 17 00:00:00 2001 From: sawka Date: Thu, 10 Oct 2024 15:26:52 -0700 Subject: [PATCH] remove nav on homepage as well --- src/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 6e5b33d..12702da 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -20,6 +20,10 @@ --ifm-color-primary-lightest: #8cd47d; } +.docs-doc-id-index article nav { + display: none; +} + body .markdown h1:first-child { --ifm-h1-font-size: 2rem; }