diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index f354a1ab..a78e4da8 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -10,7 +10,7 @@ $text-dark: #CCCCCC; border-color: $grey-dark; } #header { - background-color: $blue; + background-color: $grey-dark_l2; color: white; transition: background-color 0.5s; &.inactive { @@ -46,12 +46,6 @@ $text-dark: #CCCCCC; color: $text-dark; } } - .conversation-stack .inactive { - .conversation-header{ - background-color: $grey-dark; - color: $text-dark; - } - } .contact-details .name { font-weight: 400; } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 95127b40..da7670d7 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1702,7 +1702,7 @@ li.entry .error-icon-container { .android-dark hr { border-color: #333333; } .android-dark #header { - background-color: #2090ea; + background-color: #292929; color: white; transition: background-color 0.5s; } .android-dark #header.inactive { @@ -1728,9 +1728,6 @@ li.entry .error-icon-container { .android-dark .flex .send-message { background-color: #171717; color: #CCCCCC; } - .android-dark .conversation-stack .inactive .conversation-header { - background-color: #333333; - color: #CCCCCC; } .android-dark .contact-details .name { font-weight: 400; } .android-dark .group-member-list .members .contact, .android-dark .new-group-update .members .contact, .android-dark .attachment-previews img {