Skip to content

Commit

Permalink
Merge pull request #228 from Appsilon/fix-documentation-styling
Browse files Browse the repository at this point in the history
chore: Fix documentation page styling.
  • Loading branch information
jakubnowicki committed May 27, 2024
2 parents 78797e5 + eb7ba52 commit 9f67df1
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 @@ -31,6 +31,7 @@ url: https://appsilon.github.io/shiny.fluent/

navbar:
bg: primary
type: light
structure:
right: [search, github, twitter, mastodon]
components:
Expand Down
7 changes: 1 addition & 6 deletions pkgdown/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
color: rgba(255, 255, 255, 0.55);
}

.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 @@ -24,11 +24,6 @@
background-color: var(--primary-color) !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 9f67df1

Please sign in to comment.