See Issue #798 in main project: Callouts of classes success, warning and alert were having light text on light background
&.success {
background: scale-color($success-color, $lightness: $callout-background-fade);
border: $callout-border-success;
- color: $white;
+ color: $black;
}
&.warning {
background: scale-color($warning-color, $lightness: $callout-background-fade);
border: $callout-border-warning;
- color: $white;
+ color: $black;
}
&.alert {
background: scale-color($alert-color, $lightness: $callout-background-fade);
border: $callout-border-alert;
- color: $white;
+ color: $black;
}
}