fix(breadcrumbs): breadcrumbs color in mint theme should not be the same as background is (#378)

This commit is contained in:
Vladimir Lugovsky 2016-10-27 16:27:31 +03:00 committed by Dmitry Nehaychik
parent a587ac2606
commit ae0011c05a

View file

@ -32,7 +32,7 @@ h1.al-title {
}
&.breadcrumb-item.active {
color: $default;
color: $default-text;
}
}
}