Skip to content

Commit 46aa163

Browse files
committed
chore: Fix documentation CSS.
1 parent b472d4d commit 46aa163

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

pkgdown/extra.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,17 @@
1010
background-color: var(--primary-color) !important;
1111
}
1212

13-
.navbar-dark .navbar-nav .active>.nav-link {
13+
#navbar > ul.navbar-nav > li.nav-item > a {
14+
color: rgba(255, 255, 255, 0.55);
15+
}
16+
17+
.navbar-dark .navbar-nav .active > .nav-link {
1418
background-color: var(--primary-color) !important;
15-
color: #fff;
19+
color: #fff !important;
20+
}
21+
22+
.navbar-brand {
23+
color: #fff !important;
1624
}
1725

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

0 commit comments

Comments
 (0)