Skip to content

Commit

Permalink
Merge pull request #448 from Appsilon/fix-documentation-css
Browse files Browse the repository at this point in the history
chore: Fix documentation page styling.
  • Loading branch information
jakubnowicki committed Dec 1, 2023
2 parents deb43c9 + c08e16d commit d0ded2c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pkgdown/extra.css
Expand Up @@ -10,9 +10,17 @@
background-color: var(--primary-color) !important;
}

.navbar-dark .navbar-nav .active>.nav-link {
#navbar > ul.navbar-nav > li.nav-item a {
color: rgba(255, 255, 255, 0.55);
}

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

.navbar-brand {
color: #fff !important;
}

.navbar-dark input[type="search"] {
Expand Down

0 comments on commit d0ded2c

Please sign in to comment.