diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index 73a0c37dbfa..d7250476fd4 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -204,7 +204,6 @@ h1, h2 {font-weight: bold;} .primary-textual { - background: rgba($primary, 0.2); padding: 3px; } diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index cabbc38fed4..bb8fe9db852 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -152,8 +152,7 @@ width: 90%; margin: 0 auto; padding: 4px; - background: rgba($primary, 0.3); - + h1, h2 { margin: 7px; }