From c1b8943a6f66944e74de9d426bc482a209b4f3f2 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 9 Oct 2014 16:48:15 -0400 Subject: [PATCH] FIX: Category badges in the header should use the primary header color --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 195993e4650..359a710c351 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -583,7 +583,7 @@ iframe { padding: 0; .badge-category { - color: $primary; + color: $header_primary; padding: 0 0 0 3px; margin-right: 5px; }