Skip to content

Commit

Permalink
Fix transparent top bar in collections
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Feb 21, 2024
1 parent e40641c commit 5759074
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 01JHU_INST-JHU/css/prm-top-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ prm-collection-gallery-header > .collection-header-inner.has-transparent-topbar
margin-top: 0;
padding-top: 100px;
}

/* Fix for the collections top bar being transparent */
.prm-primary-bg.prm-hue1, prm-spinner.prm-hue1.overlay-cover.light-on-dark:after, prm-topbar .top-nav-bar, prm-search-bar.prm-hue1 {
background-color: #fff !important;
}

0 comments on commit 5759074

Please sign in to comment.