make small-action glyph and text match

This commit is contained in:
Jeff Atwood 2015-08-21 17:14:03 -07:00
parent 97ef32d5b5
commit 577149926a
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ table.md-table {
text-transform: uppercase;
font-weight: bold;
font-size: 0.9em;
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
color: dark-light-choose(scale-color($primary, $lightness: 75%), scale-color($secondary, $lightness: 25%));
.custom-message {
text-transform: none;