Merge "default theme's warning color is not readable"

This commit is contained in:
Jenkins 2015-12-30 18:47:40 +00:00 committed by Gerrit Code Review
commit f84a1fb9de

View File

@ -24,7 +24,7 @@ $gray-lighter: lighten(#000, 93.5%) !default; // #eee
$brand-primary: #428bca !default;
$brand-success: #5cb85c !default;
$brand-info: #5bc0de !default;
$brand-warning: #ffffb5 !default;
$brand-warning: #fdd835 !default;
$brand-danger: #d9534f !default;