From bae4cecd22c5a6e3d43814756b4bc27ed71b6b6b Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 6 Sep 2018 13:36:32 -0700 Subject: [PATCH] iOS theme: higher visibility for embedded contact text --- stylesheets/_ios.scss | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/stylesheets/_ios.scss b/stylesheets/_ios.scss index b221c842b..fcc331b92 100644 --- a/stylesheets/_ios.scss +++ b/stylesheets/_ios.scss @@ -226,6 +226,22 @@ } } + .module-embedded-contact__contact-name { + color: $color-white; + } + + .module-embedded-contact__contact-method { + color: $color-white-07; + } + + .module-embedded-contact__contact-name--incoming { + color: $color-light-90; + } + + .module-embedded-contact__contact-method--incoming { + color: $color-light-60; + } + &.dark-theme { // _modules @@ -278,7 +294,7 @@ } .module-message__metadata__date--incoming { - color: $color-white; + color: $color-white-07; } .module-message__broken-image--incoming { @@ -413,7 +429,11 @@ } } - .module-embedded-contact__contact-method { + .module-embedded-contact__contact-name--incoming { + color: $color-white; + } + + .module-embedded-contact__contact-method--incoming { color: $color-white-07; } }