Skip to content

Commit

Permalink
search contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
mberkowski committed Jan 9, 2025
1 parent f06e48f commit a90ea9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/blacklight.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $grid-float-breakpoint: 992px;
}

.search-query-form .search-btn {
background-color: #EE6D4F;
background-color: #B05D49;
}

.search-query-form .search-btn:hover {
Expand Down Expand Up @@ -299,4 +299,4 @@ $grid-float-breakpoint: 992px;

.static-page {
min-height: 400px;
}
}
4 changes: 2 additions & 2 deletions app/assets/stylesheets/widgets.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

.btn-primary {
border-color: #777777;
background-color: #EE6D4F;
background-color: #B05D49;
background-image: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
Expand All @@ -34,4 +34,4 @@

#umbra-search-form.form-plain {
width: 240px;
}
}

0 comments on commit a90ea9b

Please sign in to comment.