From 940f2871641b794433f6fb5434b3fab979bfd317 Mon Sep 17 00:00:00 2001 From: Matt Dancho Date: Thu, 4 Jan 2024 14:38:58 -0500 Subject: [PATCH] update toc nav color --- pkgdown/extra.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgdown/extra.css b/pkgdown/extra.css index 38689b1..c22f528 100644 --- a/pkgdown/extra.css +++ b/pkgdown/extra.css @@ -1,4 +1,3 @@ - .navbar-brand { color: #FFFFFF !important; } @@ -7,6 +6,10 @@ color: #FFFFFF !important; } +#toc>.nav a.nav-link { + color: #000000 !important; +} + .navbar-dark .navbar-nav .active>.nav-link { background-color: #18bc9c; }