Skip to content

Commit

Permalink
fix toc nav
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jan 4, 2024
1 parent 18a1dfc commit efb9b1d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pkgdown/extra.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@


.navbar-brand {
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;
}
Expand Down

0 comments on commit efb9b1d

Please sign in to comment.