From 0d8c5da4d0f6650ebf0533a560e24887e4955a9f Mon Sep 17 00:00:00 2001 From: Matt Dancho Date: Thu, 4 Jan 2024 14:25:38 -0500 Subject: [PATCH] fix toc nav color --- pkgdown/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgdown/extra.css b/pkgdown/extra.css index 38689b18..c0191510 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; }