FIX: Make small-actions stick out less dark theme

This commit is contained in:
Kane York 2015-08-21 11:14:50 -07:00
parent 7f46458204
commit 6819c2d47c
1 changed files with 2 additions and 2 deletions

View File

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