Add Breadcrumbs color config to Blue Orange theme.

This commit is contained in:
Christopher Charbonneau Wells 2017-10-20 10:19:24 -04:00
parent 1d013f5173
commit 9f9ccb4779
1 changed files with 6 additions and 0 deletions

View File

@ -138,3 +138,9 @@ $list-group-active-bg: $component-active-bg !default;
$list-group-active-border-color: $list-group-active-bg !default;
$list-group-action-color: $gray-400;
$list-group-action-hover-color: $list-group-action-color;
// Breadcrumbs
$breadcrumb-bg: none;
$breadcrumb-active-color: $white;