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