From 6819c2d47c2acbd3027e4de92e891af25d3dc67c Mon Sep 17 00:00:00 2001 From: Kane York Date: Fri, 21 Aug 2015 11:14:50 -0700 Subject: [PATCH] FIX: Make small-actions stick out less dark theme --- app/assets/stylesheets/common/base/topic-post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index ab1437c0685..1ff8dc3d4b8 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -276,7 +276,7 @@ table.md-table { font-size: 35px; width: 45px; text-align: center; - color: dark-light-diff($primary, $secondary, 75%, 20%); + color: dark-light-diff($primary, $secondary, 75%, -20%); } } @@ -286,7 +286,7 @@ table.md-table { text-transform: uppercase; font-weight: bold; font-size: 0.9em; - color: dark-light-diff($primary, $secondary, 50%, 0%); + color: dark-light-diff($primary, $secondary, 50%, -30%); .custom-message { text-transform: none;