Skip to content

Commit

Permalink
Merge pull request #581 from Appsilon/fix-documentation-dropdowns
Browse files Browse the repository at this point in the history
chore: Set navbar to light.
  • Loading branch information
jakubnowicki authored Apr 29, 2024
2 parents 5fe9087 + 3ecf960 commit 82476b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ template:
url: https://appsilon.github.io/rhino/

navbar:
type: light
structure:
left: [tutorials, explanation, how-to-guides, reference, news, faq]
right: [search, github, twitter, mastodon]
Expand Down
7 changes: 1 addition & 6 deletions pkgdown/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-nav .active > .nav-link {
.navbar-light .navbar-nav .active > .nav-link {
background-color: var(--primary-color) !important;
color: #fff !important;
}
Expand All @@ -23,11 +23,6 @@
color: #fff !important;
}

.navbar-dark input[type="search"] {
background-color: #fff !important;
color: #444 !important;
}

nav .text-muted {
color: #d8d8d8 !important;
}
Expand Down

0 comments on commit 82476b5

Please sign in to comment.