There was an error while loading. Please reload this page.
1 parent 789fe49 commit 411c60bCopy full SHA for 411c60b
2 files changed
inst/pkgdown/_pkgdown.yml
@@ -52,6 +52,7 @@ navbar:
52
components:
53
home:
54
icon: fa-home fa-lg
55
+ aria-label: Go to homepage
56
href: index.html
57
otherpkgs:
58
text: Other Packages
inst/pkgdown/extra.scss
@@ -11,6 +11,9 @@ html[data-bs-theme="light"] {
11
color: var(--body-secondary-color) !important;
12
}
13
14
+ .navbar {
15
+ --bs-secondary-color: #ece5cf;
16
+ }
17
18
19
html[data-bs-theme="dark"] {
0 commit comments