From ba787084ce0962b1e91949913c0dba80d3f05e3c Mon Sep 17 00:00:00 2001 From: Matt Dancho Date: Thu, 4 Jan 2024 14:28:02 -0500 Subject: [PATCH] #toc>.nav a.nav-link --- pkgdown/extra.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgdown/extra.css b/pkgdown/extra.css index c0191510..639d60f3 100644 --- a/pkgdown/extra.css +++ b/pkgdown/extra.css @@ -3,14 +3,14 @@ color: #FFFFFF !important; } -#toc>.nav a.nav-link { - color: #000000 !important; -} - .nav-link { color: #FFFFFF !important; } +#toc>.nav a.nav-link { + color: #000000 !important; +} + .navbar-dark .navbar-nav .active>.nav-link { background-color: #18bc9c; }