diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index f64f92561..da7ae77f4 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -261,7 +261,7 @@ .details { padding: 15px 15px 4px 15px; - background-color: rgba($primary, .9); + background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9)); h1 { font-size: 2.143em; @@ -306,7 +306,7 @@ width: 100%; position: relative; float: left; - color: dark-light-diff($secondary, $primary, 75%, 0%); + color: dark-light-choose(scale-color($secondary, $lightness: 75%), choose-grey(90%)); h1 {font-weight: bold;} @@ -362,14 +362,14 @@ } .secondary { display: none; } - .profile-image { - height: 0; - } + .profile-image { + height: 0; + } .details { padding: 12px 15px 2px 15px; margin-top: 0; - background: rgba($primary, 1); + background: dark-light-choose(rgba($primary, 1), choose-grey(5%)); .bio { display: none; } .primary {