Browse Source

cleanup

master
rdrew 2 weeks ago
parent
commit
61f397d037
  1. 1
      css/components/header-sticky-toggle.css
  2. 4
      css/components/islandora_mods.css
  3. 1
      olivesnews.info.yml

1
css/components/header-sticky-toggle.css

@ -30,6 +30,7 @@
border: 0; border: 0;
outline: 0; outline: 0;
background-color: var(--color--primary-50); background-color: var(--color--primary-50);
background-color: black;
} }
.sticky-header-toggle:focus { .sticky-header-toggle:focus {

4
css/components/islandora_mods.css

@ -4,3 +4,7 @@ div#block-olivesnews-site-branding {
.site-header__initial { .site-header__initial {
background: black; background: black;
} }
.social-bar {
background-image: url(/images/natural_paper.png);
}

1
olivesnews.info.yml

@ -57,6 +57,7 @@ libraries-override:
layout_builder/twocol_section: olivesnews/layout_builder_twocol_section layout_builder/twocol_section: olivesnews/layout_builder_twocol_section
layout_builder/threecol_section: olivesnews/layout_builder_threecol_section layout_builder/threecol_section: olivesnews/layout_builder_threecol_section
layout_builder/fourcol_section: olivesnews/layout_builder_fourcol_section layout_builder/fourcol_section: olivesnews/layout_builder_fourcol_section
advanced_search/advanced.search.pager: false
libraries-extend: libraries-extend:
core/drupal.message: core/drupal.message:
- olivesnews/drupal.message - olivesnews/drupal.message

Loading…
Cancel
Save