From 0fcee0dd8812fff159391ddb5de73c8af77a2412 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Sat, 5 Apr 2014 22:01:53 -0400 Subject: [PATCH] dialing back username weight, reply-to-tab text is now grey --- app/assets/stylesheets/desktop/topic-post.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 7a4b4bdfe66..556d92d4ed2 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -54,13 +54,13 @@ h1 .topic-statuses .topic-status i {margin-right: 5px;} font-size: 12px; margin-left: -8px; background: $primary_background_color; + color: $secondary_text_color; @include medium-width { left: 107px; } @include small-width { left: 103px; } - a {color: $secondary_text_color;} } .avoid-tab { @@ -512,6 +512,7 @@ iframe { width: 45px; word-wrap: break-word; color: $primary_text_color; + font-weight: 500; line-height: 1.3; }