From 1ed34be1b98ca4982dc58f7c2054b457908f1412 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 21 Jan 2015 03:15:51 -0800 Subject: [PATCH] make topic list pin color consistent with lock --- app/assets/stylesheets/desktop/topic-list.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 1ee67007fd6..f51952b2e3b 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -42,10 +42,10 @@ .topic-list { margin: 0 0 10px; - .fa-thumb-tack {color: $primary;} - .fa-thumb-tack.unpinned {color: $primary;} + .fa-thumb-tack { color: scale-color($primary, $lightness: 50%); } + .fa-thumb-tack.unpinned { color: scale-color($primary, $lightness: 50%); } a.title {color: $primary;} - a.title:visited:not(.badge-notification), .fa-bookmark {color: scale-color($primary, $lightness: 50%);} + a.title:visited:not(.badge-notification), .fa-bookmark { color: scale-color($primary, $lightness: 50%); } th, td { padding: 12px 5px;