FIX: Small-actions in dark theme

This commit is contained in:
Kane York 2015-08-18 15:20:19 -07:00
parent 924e67af9d
commit 75f7631367

View file

@ -269,7 +269,7 @@ table.md-table {
font-size: 35px;
width: 45px;
text-align: center;
color: lighten($primary, 75%);
color: dark-light-diff($primary, $secondary, 75%, 20%);
}
}
@ -279,7 +279,7 @@ table.md-table {
text-transform: uppercase;
font-weight: bold;
font-size: 0.9em;
color: lighten($primary, 50%);
color: dark-light-diff($primary, $secondary, 50%, 0%);
.custom-message {
text-transform: none;