mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 00:42:20 -05:00
Merge pull request #253 from whiteout-io/dev/WO-788
Improve readability of text in desktop mail-list
This commit is contained in:
commit
7c9e8e6a4e
@ -22,7 +22,7 @@ $color-red-light: #ff878d;
|
||||
$color-grey: #666;
|
||||
$color-grey-input: #949494;
|
||||
$color-grey-dark: #333;
|
||||
$color-grey-medium: #999;
|
||||
$color-grey-medium: #888;
|
||||
$color-grey-light: #ccc;
|
||||
$color-grey-lighter: #ddd;
|
||||
$color-grey-lighterer: #f4f4f4;
|
||||
|
@ -332,7 +332,7 @@
|
||||
|
||||
display: table-row;
|
||||
background: $color-bg-dark;
|
||||
color: $color-grey;
|
||||
color: $color-text;
|
||||
cursor: pointer;
|
||||
|
||||
// Flags
|
||||
|
Loading…
Reference in New Issue
Block a user