Skip to content

Commit

Permalink
chore: Fix documentation page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnowicki committed Jul 15, 2024
1 parent e998ea5 commit 834831d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ reference:
- box_usage_linter
- r6_usage_linter
- unused_declared_object_linter
- namespaced_function_calls
- title: Box Styling
contents:
- style_box_use_text
Expand Down
4 changes: 4 additions & 0 deletions pkgdown/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
color: rgba(255, 255, 255, 0.8);
}

#navbar > ul.navbar-nav > li.nav-item > button {
color: rgba(255, 255, 255, 0.8);
}

.navbar-light .navbar-nav .active > .nav-link {
background-color: var(--primary-color) !important;
color: #fff !important;
Expand Down

0 comments on commit 834831d

Please sign in to comment.