Is there a way to customize the font color of the version number in the navbar of a pkgdown website? Ideally I'd like white.
Also, can I change the color of the search bar (it's so dark)?
Here's what I"ve got in my _pkgdown.yml
template:
bootstrap: 5
bootswatch: simplex
bslib:
primary: "#468c6c"
base_font: {google: "Atkinson Hyperlegible"}
heading_font: {google: "Atkinson Hyperlegible"}
navbar:
bg: primary
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github]
Link to pkgdown site: http://www.danieldsjoberg.com/my.pkg/
Link to GitHub Repo https://github.com/ddsjoberg/my.pkg/blob/master/_pkgdown.yml
Thank you!