From f969250b276ea6d92853b52bc13ee76128069e1b Mon Sep 17 00:00:00 2001 From: Stephane Bisson Date: Mon, 15 Feb 2016 15:45:43 -0500 Subject: [PATCH] Increase contrast between header and body text in notifications Bug: T125964 Change-Id: Id597f10a624e8b4e92bfc1c1c8c79857f23b598c --- modules/echo.variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/echo.variables.less b/modules/echo.variables.less index c2080c9a4..d94ce828c 100644 --- a/modules/echo.variables.less +++ b/modules/echo.variables.less @@ -6,8 +6,8 @@ @notification-background-unread: white; @notification-background-read: #f1f1f1; -@notification-text-color: #666; -@notification-body-color: #888; +@notification-text-color: #111; +@notification-body-color: #777; @bundle-group-padding: 1em; @notification-popup-width: 500px;