Sbisson has uploaded a new change for review. https://gerrit.wikimedia.org/r/270850
Change subject: Increase contrast between header and body text in notifications ...................................................................... Increase contrast between header and body text in notifications Bug: T125964 Change-Id: Id597f10a624e8b4e92bfc1c1c8c79857f23b598c --- M modules/echo.variables.less 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo refs/changes/50/270850/1 diff --git a/modules/echo.variables.less b/modules/echo.variables.less index c2080c9..d94ce82 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; -- To view, visit https://gerrit.wikimedia.org/r/270850 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id597f10a624e8b4e92bfc1c1c8c79857f23b598c Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: Sbisson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
