Skip to content

Commit

Permalink
Merge pull request #2695 from sul-dlss/stanford-gray
Browse files Browse the repository at this point in the history
Use gray color from the component library
  • Loading branch information
corylown authored Dec 10, 2024
2 parents 2cad3e4 + aa1a37f commit e517c41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/modules/full_text_highlight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dt.prepared-search-container {
}

dd.blacklight-full_text_tesimv {
border-left: 1px solid $color-gray-80;
border-left: 1px solid var(--stanford-30-black);
margin-left: 15px;
margin-top: 6px;
width: 100%;
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $gray-base: #000;
$success: $mint;

$gray-41-percent: #696969;
$color-gray-80: #ccc;

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

0 comments on commit e517c41

Please sign in to comment.