FIX: Make small-actions stick out less dark theme
This commit is contained in:
parent
7f46458204
commit
6819c2d47c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue