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; }