Skip to content

Commit

Permalink
fix web colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Dec 28, 2023
1 parent c844e9b commit 5982ad2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgdown/extra.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

.navbar-brand {
color: #FFFFFF !important;
}

.nav-link {
color: #FFFFFF !important;
}

.navbar-dark .navbar-nav .active>.nav-link {
background-color: #18bc9c;
}
Expand Down

0 comments on commit 5982ad2

Please sign in to comment.