diff --git a/stylesheets/_themes.scss b/stylesheets/_themes.scss index 0ea2a221..1eef80d3 100644 --- a/stylesheets/_themes.scss +++ b/stylesheets/_themes.scss @@ -204,7 +204,7 @@ $ios-border-color: rgba(0,0,0,0.1); } .incoming .bubble { - .content, .body, .meta, a { + .sender, .content, .body, .meta, a { @include invert-text-color; } .attachments, .content { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 5d68f1d4..64336cb5 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1528,9 +1528,9 @@ li.entry .error-icon-container { box-shadow: 0 3px 3px -4px black; } .android .outgoing .bubble { background-color: #f3f3f3; } -.android .incoming .bubble .content, .android .incoming .bubble .body, .android .incoming .bubble .meta, .android .incoming .bubble a { +.android .incoming .bubble .sender, .android .incoming .bubble .content, .android .incoming .bubble .body, .android .incoming .bubble .meta, .android .incoming .bubble a { color: white; } - .android .incoming .bubble .content::selection, .android .incoming .bubble .body::selection, .android .incoming .bubble .meta::selection, .android .incoming .bubble a::selection { + .android .incoming .bubble .sender::selection, .android .incoming .bubble .content::selection, .android .incoming .bubble .body::selection, .android .incoming .bubble .meta::selection, .android .incoming .bubble a::selection { background: white; color: #454545; } .android .incoming .bubble .attachments a, .android .incoming .bubble .content a {