diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 746c362d71b..6ed2b056ac2 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -682,6 +682,7 @@ blockquote > *:last-child { .title { border-left: 5px solid darken(scale-color-diff(), 10%); background-color: scale-color-diff(); + color: scale-color($primary, $lightness: 30%); padding: 12px 12px 0 12px; /* blockquote is underneath this and has top margin */ .avatar { margin-right: 7px; } diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index bb8fe9db852..43aa0f85aca 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -152,7 +152,7 @@ width: 90%; margin: 0 auto; padding: 4px; - + h1, h2 { margin: 7px; }