diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index d29c185a95c..7ff4b69d6f3 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -7,11 +7,12 @@ } .time-gap { - border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); color: lighten($primary, 50%); padding-bottom: 3px; margin-bottom: 10px; + text-transform: uppercase; + font-weight: bold; .topic-avatar { margin: 0 5px 0 10px; }