diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index 79753c54..d903db98 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -31,6 +31,7 @@ url: https://appsilon.github.io/shiny.fluent/ navbar: bg: primary + type: light structure: right: [search, github, twitter, mastodon] components: diff --git a/pkgdown/extra.css b/pkgdown/extra.css index f9827f78..70b35e30 100644 --- a/pkgdown/extra.css +++ b/pkgdown/extra.css @@ -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; } @@ -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; }