Sarah Endicott

Results 22 comments of Sarah Endicott

I found a work around to manually set the page_sidebar header background" ```r theme = bs_theme(bootswatch = "litera") %>% bs_add_rules( list( "body { --bslib-page-sidebar-title-bg: #3f5a36; }" ) ) ```