Skip to content

Commit

Permalink
Improve navbar stylng (#2609)
Browse files Browse the repository at this point in the history
Fix #2606
  • Loading branch information
salim-b authored May 30, 2024
1 parent 5b77312 commit 2e0b212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inst/BS5/assets/pkgdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ $pkgdown-navbar-bg-dark: null !default;
background: RGBA(var(--bs-body-color-rgb), 0.1);
background: color-mix(in oklab, color-mix(in oklab, var(--bs-body-bg) 95%, var(--bs-primary)) 95%, var(--bs-body-color));
background: $pkgdown-navbar-bg;
// Harmonize alignment of navbar elements (search field vs. rest)
line-height: initial;
}
[data-bs-theme="dark"] .navbar {
background: $pkgdown-navbar-bg-dark;
Expand Down

0 comments on commit 2e0b212

Please sign in to comment.