Skip to content

Commit

Permalink
Merge pull request #5805 from avalonmediasystem/a11y-danger-color
Browse files Browse the repository at this point in the history
Use Rivet's danger color in branding
  • Loading branch information
Dananji authored Apr 29, 2024
2 parents 3832fb1 + b3e1faf commit dbdb6be
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 dbdb6be

Please sign in to comment.