diff --git a/css/components/header-sticky-toggle.css b/css/components/header-sticky-toggle.css index 9809b4a..9939a0f 100755 --- a/css/components/header-sticky-toggle.css +++ b/css/components/header-sticky-toggle.css @@ -30,6 +30,7 @@ border: 0; outline: 0; background-color: var(--color--primary-50); + background-color: black; } .sticky-header-toggle:focus { diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 3dcd96a..6968527 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -4,3 +4,7 @@ div#block-olivesnews-site-branding { .site-header__initial { background: black; } +.social-bar { + + background-image: url(/images/natural_paper.png); +} diff --git a/olivesnews.info.yml b/olivesnews.info.yml index 7c6de9d..0955907 100755 --- a/olivesnews.info.yml +++ b/olivesnews.info.yml @@ -57,6 +57,7 @@ libraries-override: layout_builder/twocol_section: olivesnews/layout_builder_twocol_section layout_builder/threecol_section: olivesnews/layout_builder_threecol_section layout_builder/fourcol_section: olivesnews/layout_builder_fourcol_section + advanced_search/advanced.search.pager: false libraries-extend: core/drupal.message: - olivesnews/drupal.message