fixes callout colors on dark heading

This commit is contained in:
Alberto Garcia Cabeza
2017-01-31 20:44:46 +01:00
parent 5578e26cb8
commit 16e546c3fc

View File

@@ -1322,8 +1322,19 @@ ul.ballot-list {
color: $brand;
}
.callout.warning a {
color: $color-warning;
.callout {
&.warning a {
color: $color-warning;
}
&.primary a {
color: $color-info;
}
&.alert a {
color: $color-alert;
}
}
.info {