Skip to content

Commit

Permalink
update toc nav color
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jan 4, 2024
1 parent c1bf5fe commit 940f287
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgdown/extra.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.navbar-brand {
color: #FFFFFF !important;
}
Expand All @@ -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;
}
Expand Down

0 comments on commit 940f287

Please sign in to comment.