Increase contrast between header and body text in notifications

Bug: T125964
Change-Id: Id597f10a624e8b4e92bfc1c1c8c79857f23b598c
This commit is contained in:
Stephane Bisson 2016-02-15 15:45:43 -05:00
parent 467eeaf2e9
commit f969250b27

View file

@ -6,8 +6,8 @@
@notification-background-unread: white; @notification-background-unread: white;
@notification-background-read: #f1f1f1; @notification-background-read: #f1f1f1;
@notification-text-color: #666; @notification-text-color: #111;
@notification-body-color: #888; @notification-body-color: #777;
@bundle-group-padding: 1em; @bundle-group-padding: 1em;
@notification-popup-width: 500px; @notification-popup-width: 500px;