Skip to content

Commit

Permalink
Overrides the primary, success, info, and gray variables from Bootstr…
Browse files Browse the repository at this point in the history
…ap. Updates the colors for page links and buttons for the primary color.
  • Loading branch information
mtribone committed May 1, 2018
1 parent 82c0d5a commit 8deb24d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion app/assets/stylesheets/blacklight/_bootstrap_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,21 @@
}
}


.page-link {
white-space: nowrap;
}

// Accessibility overrides for low contrast errors
$primary: #006cdf;
$success: #238f3c;
$info: #138b9e;
$gray: #6b686d;

a,
.page-link { color: $primary; }

.btn-primary,
.page-item.active .page-link {
background-color: $primary;
border-color: $primary;
}

0 comments on commit 8deb24d

Please sign in to comment.