Skip to content

Commit 3a7b718

Browse files
committed
Try some fixes
1 parent f44bab2 commit 3a7b718

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

inst/pkgdown/_pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ template:
7575
link-decoration: none
7676
pkgdown-footer-bg: "#343a40"
7777
pkgdown-footer-color: rgba(255, 255, 255, 0.5)
78-
dropdown-bg: "343a40"
78+
dropdown-bg: "#343a40"
7979
dropdown-border-color: rgba(255, 255, 255, .1)
8080
dropdown-divider-bg: rgba(255, 255, 255, .1)
81-
dropdown-dark-bg: "343a40"
81+
dropdown-dark-bg: "#343a40"
8282
dropdown-dark-border-color: rgba(255, 255, 255, .1)
8383
dropdown-dark-divider-bg: rgba(255, 255, 255, .1)
8484

inst/pkgdown/assets/BS5/rogtemplate.min.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
--bs-body-bg: hsla(210, 10%, 25%, 1);
66
}
77

8+
.dropdown-menu {
9+
--bs-dropdown-bg: var(--brand-gray_dark);
10+
--bs-dropdown-link-active-bg: var(--bs-dropdown-bg);
11+
--bs-dropdown-link-color: var(--bs-navbar-color);
12+
--bs-dropdown-link-hover-color: rgba(255, 255, 255, 0.75);
13+
--bs-dropdown-link-hover-bg: var(--bs-dropdown-bg);
14+
--bs-dropdown-header-color: var(--bs-dropdown-link-hover-color);
15+
}
16+
817
/* ---Images and captions figure spacing--- */
918
main img {
1019
margin-left: auto;
@@ -56,10 +65,6 @@ main img {
5665
color: inherit;
5766
}
5867

59-
.navbar-toggler {
60-
border: none;
61-
}
62-
6368
/* --- Search ---*/
6469
.algolia-autocomplete .aa-dropdown-menu {
6570
color: var(--bs-body-color);

0 commit comments

Comments
 (0)