From 0c513241a34b613645a702cb2b6f662d4186728f Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 13 Jul 2014 02:45:50 -0700 Subject: [PATCH] no more black topic status glyphs on cat page --- app/assets/stylesheets/desktop/topic-list.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 9cdc40ab583..ef359bf7bbd 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -221,6 +221,10 @@ .featured-topic { margin: 6px 0; + /* topic status glyphs */ + i { + color: scale-color($primary, $lightness: 50%) !important; + } a.last-posted-at, a.last-posted-at:visited { color: scale-color($primary, $lightness: 50%); }