From ea36daf51a0e35a17d9dba7bfa43edd72c8e287a Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 4 Sep 2014 14:42:41 -0700 Subject: [PATCH] lighten wiki and email left gutter icons a bit --- app/assets/stylesheets/desktop/topic-post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 680f72fcf8a..0a1c1af056b 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -769,14 +769,14 @@ $topic-avatar-width: 45px; .wiki { margin-top: 14px; - color: scale-color($primary, $lightness: 60%); + color: scale-color($primary, $lightness: 80%); margin-left: 5px; cursor: pointer; } .via-email { margin: 14px 0 0 8px; - color: scale-color($primary, $lightness: 60%); + color: scale-color($primary, $lightness: 80%); } }