Skip to content

Commit 411c60b

Browse files
committed
Scoped muted text color change
1 parent 789fe49 commit 411c60b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

inst/pkgdown/_pkgdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ navbar:
5252
components:
5353
home:
5454
icon: fa-home fa-lg
55+
aria-label: Go to homepage
5556
href: index.html
5657
otherpkgs:
5758
text: Other Packages

inst/pkgdown/extra.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ html[data-bs-theme="light"] {
1111
color: var(--body-secondary-color) !important;
1212
}
1313
}
14+
.navbar {
15+
--bs-secondary-color: #ece5cf;
16+
}
1417
}
1518

1619
html[data-bs-theme="dark"] {

0 commit comments

Comments
 (0)