diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index c7dbe3eae..577e93568 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -135,18 +135,14 @@ .module-message--outgoing { .module-message__attachment-container--with-content-below, .module-message__attachment-container--with-content-above { - @include themify($themes) { - background: themed('sentMessageBackground'); - } + background: none; } } .module-message--incoming { .module-message__attachment-container--with-content-below, .module-message__attachment-container--with-content-above { - @include themify($themes) { - background: themed('receivedMessageBackground'); - } + background: none; } }