From 65af49f828f231403fc8c12eab37c476488cf177 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 6 May 2014 00:52:28 -0700 Subject: [PATCH] CSS, how does it work? --- app/assets/stylesheets/mobile/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index ddcb550fd76..5ae0203048e 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -211,7 +211,7 @@ a.star { } .domain { - scale-color($primary, $lightness: 90%); + color: scale-color($primary, $lightness: 90%); } .topic-links {