diff --git a/app/assets/stylesheets/color_themes/dark/mobile.scss b/app/assets/stylesheets/color_themes/dark/mobile.scss index 39846a50b..3f10c1483 100644 --- a/app/assets/stylesheets/color_themes/dark/mobile.scss +++ b/app/assets/stylesheets/color_themes/dark/mobile.scss @@ -43,6 +43,8 @@ body { .stream-element.unread { background-color: $gray; } .stream-element.read { background-color: $gray-darker; } + #show_content .photo { border-color: $border-grey; } + .header-full-width { border-bottom: 1px solid $border-grey; } .user_aspects { diff --git a/app/assets/stylesheets/mobile/mobile.scss b/app/assets/stylesheets/mobile/mobile.scss index 1b16f4d09..09c112a7c 100644 --- a/app/assets/stylesheets/mobile/mobile.scss +++ b/app/assets/stylesheets/mobile/mobile.scss @@ -281,7 +281,7 @@ footer { .photo { text-align: center; - background-color: #FFFFFF; + background-color: $framed-background; border-style: solid; border-width: 1px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);