From eb7ba52084361f8114e427439f81b4dc3f954602 Mon Sep 17 00:00:00 2001 From: Jakub Nowicki Date: Mon, 27 May 2024 15:39:25 +0200 Subject: [PATCH] chore: Fix documentation page styling. --- pkgdown/_pkgdown.yml | 1 + pkgdown/extra.css | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) 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; }