Skip to content

Commit

Permalink
Use Rivet's danger color in branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Dananji committed Apr 26, 2024
1 parent 3832fb1 commit b3e1faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/blacklight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ img.no-icon {
// Needed to override btn-secondary-outline
.applied-filter .remove:hover {
color: white !important;
background-color: #d14242 !important;
background-color: #df3603 !important;
}

.page-item span.page-link {
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/branding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $lightblue: #31708f;
$info: #fbb040;
$success: #429453;
$warning: #bf841b;
$danger: #d14242;
$danger: #df3603;

/**
* Bootstrap variable overrides
Expand Down

0 comments on commit b3e1faf

Please sign in to comment.