From 299013b471666531d9c4e6affc9664fcbdb8d065 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 11 Sep 2014 09:53:31 -0700 Subject: [PATCH] lighten staff post bg color --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- app/assets/stylesheets/mobile/topic-post.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 87563cbc1ee..d63912a4a48 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -597,7 +597,7 @@ iframe { .moderator { .topic-body { - background-color: dark-light-diff($highlight, $secondary, 50%, -80%); + background-color: dark-light-diff($highlight, $secondary, 70%, -80%); } } diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 113a7e53367..84a9e206ed9 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -330,7 +330,7 @@ span.post-count { .topic-post { &.moderator { - background-color: scale-color($highlight, $lightness: 60%); + background-color: scale-color($highlight, $lightness: 75%); } }