We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b472d4d commit 46aa163Copy full SHA for 46aa163
1 file changed
pkgdown/extra.css
@@ -10,9 +10,17 @@
10
background-color: var(--primary-color) !important;
11
}
12
13
-.navbar-dark .navbar-nav .active>.nav-link {
+#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 {
18
- color: #fff;
19
+ color: #fff !important;
20
21
22
+.navbar-brand {
23
24
25
26
.navbar-dark input[type="search"] {
0 commit comments