make clickable alert info use dark blue on blue

This commit is contained in:
Jeff Atwood 2016-04-24 15:24:17 -07:00
parent 121820b118
commit bb10697c50
1 changed files with 3 additions and 0 deletions

View File

@ -40,5 +40,8 @@
&.alert-info {
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
color: $primary;
.clickable {
color: $tertiary;
}
}
}