From fefe501a8d23a430f97a9c8962436d58169c67eb Mon Sep 17 00:00:00 2001 From: Matt Dancho Date: Thu, 4 Jan 2024 14:24:54 -0500 Subject: [PATCH] fix toc nav --- pkgdown/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgdown/extra.css b/pkgdown/extra.css index 38689b1..c019151 100644 --- a/pkgdown/extra.css +++ b/pkgdown/extra.css @@ -3,6 +3,10 @@ color: #FFFFFF !important; } +#toc>.nav a.nav-link { + color: #000000 !important; +} + .nav-link { color: #FFFFFF !important; }