From 350f1685e52a72d4edeb12c38e292d7e77df168b Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Fri, 29 Jan 2016 17:28:41 +0800 Subject: [PATCH] UX: Hashtag color for dark theme. --- app/assets/stylesheets/common/components/hashtag.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/components/hashtag.scss b/app/assets/stylesheets/common/components/hashtag.scss index 3cea8a783f8..f3ae1052a59 100644 --- a/app/assets/stylesheets/common/components/hashtag.scss +++ b/app/assets/stylesheets/common/components/hashtag.scss @@ -1,9 +1,9 @@ a.hashtag { - color: black; + color: dark-light-choose($primary, scale-color($primary, $lightness: 70%)); font-weight: bold; &:visited, &:hover { - color: black; + color: dark-light-choose($primary, scale-color($primary, $lightness: 70%)); } &:hover {