Skip to content

Commit

Permalink
Bring back yellow in header gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkkwang committed Aug 17, 2024
1 parent addef83 commit 87166af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/adl-overrides/navbar.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Set the nav background color OUTSIDE of the body tag so that it can be overridden by appearance styles
.adventist_digital_library #masthead.navbar {
background: linear-gradient(to bottom, rgb(255, 255, 255), $transparentwhite, rgba(255, 255, 255, 0));
background: linear-gradient(to bottom, $mediumyellow, rgb(255, 255, 255), $transparentwhite, rgba(255, 255, 255, 0));
z-index: 1;
}

Expand Down

0 comments on commit 87166af

Please sign in to comment.