Skip to content

Commit

Permalink
Set exhibit-card-overlay-bg variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 11, 2024
1 parent 9d37dc9 commit f843554
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/modules/spotlight_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,7 @@ h5,
.image-masthead .searchtips-link {
text-transform: none !important;
}

.card-img-overlay {
--exhibit-card-overlay-bg: rgba(var(--stanford-fog-light), 0.9);
}
1 change: 0 additions & 1 deletion app/assets/stylesheets/sul_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $dark-gray: #777777;
$white: #fff;
$fog: #dad7cb;
$fog-light: #f4f4f4;
$fog-light-90: #f4f4f4e6;

//Variables
$sul-btn-secondary-color: #f2f1eb;
Expand Down
3 changes: 0 additions & 3 deletions app/assets/stylesheets/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

$gray-base: #000;

$exhibit-card-bg: $fog-light-90;
$exhibit-card-border: $fog-light-90;

$navbar-dark-color: lighten($gray-base, 86%);

$navbar-default-bg: $fog-light;
Expand Down

0 comments on commit f843554

Please sign in to comment.